NOWnews.com 今日新聞網
2013年4月17日 22:06
");
$(".story_photo .videoPlay").hover (
function(){$(this).css({"opacity":"0"})},
function(){$(this).css({"opacity":"1"})}
)
}
//照片區塊出現
$(".story_photo").fadeIn(1000);
//寫入第一張照片
var firstimg = $(".story_photo img:first").attr("rel");
$(".story_photo img:first").attr("src",firstimg);
$(".story_photo li:not(:first)").hide();
//判斷是否有多張照片,寫入開關
var li_nums = $(".story_photo li").length;
var openclose = '
更多照片 '
if (li_nums > 1) {
$(".story_photo .p_switcher").append(openclose);
}
//控制錨點
if (li_nums > 1) {
$('.open_btn, .story_photo img').click(function(){
$('.news_story').ScrollTo(500);
});
$('.close_btn, .story_photo img').click(function(){
$('.news_story').ScrollTo(500);
});
} else {
$(".story_photo img").css("cursor","none").attr("title","");//一張圖時
$(".p_switcher").hide();
}
//點擊圖片或開關,展開其他圖片
$("a.open_close").click(function(){
//寫入其他圖片路徑
$(".story_photo img:not(:first)").each(function(){
var imgsrc = $(this).attr("rel");
$(this).attr("src",imgsrc);
});
$(".story_photo li:not(:first)").slideToggle(500);
$(".open_close span").toggle();
});
if (video_link>0){ // 如果有影音,點圖連到影音頁
$(".story_photo img, .story_photo .videoPlay").css("cursor","pointer").attr("title","點擊觀看影音新聞");//設定游標
$(".story_photo img, .story_photo .videoPlay").click(function(){
var videoURL = $(".story_photo .video_link a").attr("href");
location.href=videoURL;
});
} else { //沒影音時,點圖展開其它圖
if (li_nums > 1) {//一張圖以上
$(".story_photo img").css("cursor","pointer").attr("title","點擊展開");//設定游標
}
$(".story_photo img").click(function(){
//寫入其他圖片路徑
$(".story_photo img:not(:first)").each(function(){
var imgsrc = $(this).attr("rel");
$(this).attr("src",imgsrc);
});
$(".story_photo li:not(:first)").slideToggle(500);
$(".open_close span").toggle();
});
}
//-------------------
});
-
微軟正計劃讓用戶在Windows 8.1上選擇換掉它的開始螢幕。
大陸新聞中心/綜合報導
微軟正計劃讓用戶在Windows 8.1上選擇換掉它的開始螢幕。根據The Verge的消息,微軟現在正在Windows 8.1(代號為Windows Blue)的測試當中,這包括讓用戶可以選擇直接開機啟動後進入傳統桌面。用戶需要在默認情況下進行設置才可在開機後避免『Metro』界面。
據36氪網報導,不過,用戶在可以選擇桌面後,原本讓Windows 8耳目一新的『Charms』和開始螢幕還是會有所保留。可禁止開始螢幕的選項在Windows 8.1的註冊表上已經能夠找到。
要知道,對於用慣傳統桌面、使用滑鼠鍵盤的用戶來說,Metro界面並不方便他們。微軟的這次改動可能是想照顧這部分用戶的使用習慣。到明(2014)年4月8日,微軟將停止對XP系統的服務支援。而據CNZZ的大陸網民作業系統使用情況分析報告(2013年3月份):Windows作業系統在大陸的總占有率是96.37%,其中65.47%依舊是XP,Win7占有率則是29.6%。如何吸引XP用戶遷移到Windows的新系統上會是微軟面臨的問題。
『Charm』就是在 Windows 8觸控螢幕界面,向右滑動整個螢幕,螢幕右側會出現5個按鈕,其中包含開始功能表、切換任務和關機等捷徑。
關鍵字:
Metro
開機
螢幕
Windows
微軟
This entry passed through the Full-Text RSS service — if this is your content and you're reading it on someone else's site, please read the FAQ at fivefilters.org/content-only/faq.php#publishers. Five Filters recommends: Jousting With Toothpicks - The Case For Challenging Corporate Journalism http://www.medialens.org/index.php/alerts/alert-archive/alerts-2013/719-jousting-with-toothpicks-the-case-for-challenging-corporate-journalism.html.
留言列表