|
30楼#
发布于:2010-10-19 04:08
|
|
|
31楼#
发布于:2010-10-19 04:08
弱弱的问句,这个脚本如何使用啊?
|
|
|
32楼#
发布于:2010-10-19 04:08
|
|
|
33楼#
发布于:2010-10-19 04:08
今天貌似搜索栏出不来了。
|
|
|
34楼#
发布于:2010-10-19 04:08
|
|
|
35楼#
发布于:2010-10-19 04:08
楼上的搜索栏是用什么代码缩短的?
|
|
|
36楼#
发布于:2010-10-19 04:08
|
|
|
|
37楼#
发布于:2010-10-19 04:08
回楼上:
照猫画虎 #FindToolbar { position: fixed; left: 0; bottom: 0px; margin: 0 !important; border: 1px solid rgba(0,0,0,.25) !important; background-color: rgb(207, 219, 236) !important; background-image: -moz-linear-gradient(rgba(255,255,255,.5), rgb(207,220,236)) !important; } |
|
|
38楼#
发布于:2010-10-19 04:08
为什么我这里用了之后就不会出来了……鼠标移上去也没变化……beta6
而且好像好多关于状态栏的脚本都和那些说明不一样。不知道哪里出问题了 |
|
|
39楼#
发布于:2010-10-19 04:08
|
|
|
40楼#
发布于:2010-10-19 04:08
openicq:楼上的搜索栏是用什么代码缩短的?回到原帖 @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
@-moz-document url(chrome://browser/content/browser.xul){
/*脚本better addon-bar, 只显示扩展栏中的状态栏,并且自动隐藏*/
#addon-bar {
position: fixed;
bottom: -22px;
right: 1px;
border: 0 !important;
padding-top: 10px !important;
-moz-appearance: none !important;
-moz-transition: bottom .5s 1s ease-in;
z-index: 1000 !important;
}
#addon-bar > #status-bar {
margin: 0 !important;
padding: 0 2px 0 2px;
border-radius: 4px 0 0 0;
border-left: 1px solid rgba(0,0,0,.25) !important;
border-top: 1px solid rgba(0,0,0,.25) !important;
background-color: rgb(207, 219, 236) !important;
background-image: -moz-linear-gradient(rgba(255,255,255,.5), rgb(207,220,236)) !important;
}
#browser-bottombox {
position: fixed;
bottom: 0px;
left: 0px;
}
#FindToolbar {
border-right: 1px solid rgba(0,0,0,.25) !important;
}
#addon-bar:hover {
bottom: 0;
-moz-transition: bottom .5s .4s ease-out;
}
#main-window[sizemode="maximized"] #addon-bar {
right: 0;
}
} |
|
|
41楼#
发布于:2010-10-19 04:08
|
|
|
42楼#
发布于:2010-10-19 04:08
唉唉,请教下……
这个脚本是自动隐藏的,如何不自动隐藏呢……? |
|
|
43楼#
发布于:2010-10-19 04:08
ndd200:唉唉,请教下…… 用这个: #addon-bar {
position: fixed;
bottom: 0px;
right: 1px;
border: 0 !important;
-moz-appearance: none !important;
}
#browser-bottombox {
position: fixed;
bottom: -1px;
left: -1px;
}
#main-window[sizemode="maximized"] #addon-bar {
right: 0;
}
#addon-bar > #status-bar {
margin: 0 !important;
padding: 0 2px 0 2px;
border-radius: 4px 0 0 0;
border: 0 !important;
border-left: 1px solid rgba(0,0,0,.25) !important;
border-top: 1px solid rgba(0,0,0,.25) !important;
background-color: rgb(207, 219, 236) !important;
background-image: -moz-linear-gradient(rgba(255,255,255,.5), rgb(207,220,236)) !important;
box-shadow: 0 0 0 1px rgba(255,255,255,.5) inset;
} |
|
|
44楼#
发布于:2010-10-19 04:08
谢谢楼上,完美了~
自动隐藏导致我老是想移鼠标过去。 |
|




