網頁折疊組
A. 如何關閉我的電腦里折疊組
右擊空白處,分組依據中選「無」就可以了
B. 怎麼把消息折疊成一起 比如:聊天一個組 網站一個組 要怎麼弄
右鍵任務欄,點擊屬性,任務欄,任務欄外觀,勾上分組相似任務欄按鈕 ok了
C. 怎麼取消折疊組 展開組 急求拜託了各位 謝謝
在當前目錄空白處滑鼠右鍵 選分組依據 再選無 就可以了 需要的時候自己可以改回來
D. 為什麼我的U盤在電腦上顯示文件夾有折疊組.求高手解決,幫忙取消掉。
你這是分組了,你點右鍵把那個分組的勾去掉就好了!
E. 怎麼消除我的電腦面板中的擴展組和折疊組
在空白處右鍵,選 分組依據->選 無
F. 網頁折疊菜單
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>每次只展開一組的折疊菜單</title>
<style type="text/css">
*{ margin:0px; padding:0px; border:0px; }
body{ font-size:12px; color:#333;text-align:center;}
.ztbox{ background:#fff;}
.ztbox{text-align:left;width:220px;height:auto;border:solid 1px #2173f7;margin:10px auto 0px;overflow: hidden;position: absolute;left: 10px;top: 0px; }
.ztbox h2{font-size:14px;height:22px;line-height:22px;background:#c6d5ff;text-indent:10px;position:relative;border-top: 1px solid #fff;border-bottom: 1px solid #2173f7; font-weight:normal;cursor:pointer;}
.ztbox h2 span{font-weight: normal;position:absolute;top:0;right:6px;}
.ztbox li{border-bottom:dashed 1px #eee;}
.ztbox {border-bottom:solid 1px #2173f7;}
.ztlist{ list-style:disc url(none); margin:6px 10px 6px 20px;}
</style>
</head>
<body>
<div id="ztbox" class="ztbox" style="left: 10px; width: 149px;">
<h2 id="t1" onclick="ShHi('t1','h1');">
標題
</h2>
<ul class="ztlist" id="h1" style="display:none;">
<li>
這里可以放很多的內容...
</li>
</ul>
<h2 id="t2" onclick="ShHi('t2','h2');">
標題2
</h2>
<ul class="ztlist" id="h2" style="display:none;">
<li>
這里可以放很多的內容...
</li>
</ul>
</div>
<script type="text/javascript">
var clickul,clickh;
function $(d){return document.getElementById(d);}//這里聲明一個$函數簡化了代替了getElementById,以後$('aa')就相當於docudocument.getElementById('aa');
function f(d){//這個方法用來獲得DHTMLElement的style屬性(style屬性和CSS的是對應的)如果沒有這樣ID的DHTMLElement則返回空值
var t=$(d);if (t){return t.style;
}else{
return null;
}
}
function Hi(){//隱藏
if(clickul)clickul.style.display='none';
}
function Hl(){//把層的字體變回正常
if(clickh)clickh.style.fontWeight='normal';
}
function h(d){//判斷這個DHTMLElement是不是隱藏的
var s=f(d);
var b=s.display;
if (b=='none'){
return true;
}else{
return false;
}
}
function ShHi(ii,jj){
if(h(jj)){//判斷是不是隱藏
Hi();
Hl();
f(jj).display='block';//把jj(傳入來的參數)為ID的層顯示出來
f(ii).fontWeight='bold';//字體變為『BOLD』
clickul=$(jj);clickh=$(ii);
}else{//如果JJ不隱藏,執行下面的
Hi();
Hl();
f(jj).display='none';//隱藏
f(ii).fontWeight='normal';//字體變回正常
clickul=null;clickh=null;
}
}</script></body></html>
不明白「和添加菜單的下滑時間功能」是什麼功能
所以沒有寫
任何疑問:
blog.csdn.net/shmilyhe
或
[email protected]
G. 為什麼文件夾出現折疊組
在文件空白點右鍵的分組依據選(無)
H. win7怎麼弄折疊組功能
在當前目錄下面空白處單擊滑鼠右鍵——分組依據--選擇「無」,就沒有折疊組了。我剛剛也是查了半天沒結果,胡亂右鍵好了呵呵。在任務欄右鍵屬性,
I. IE瀏覽器打開網頁多了就自動折疊了 是怎麼設置的
你是說在任務欄上合成一組?
右擊任務欄--屬性--分組相似任務欄按鈕去掉前面的勾就不會合成一組了