|
阅读:20198回复:63
推荐脚本better addon-bar, 只显示扩展栏中的状态栏,并且自动隐藏
在不能把扩展栏和导航工具栏合一之前, 暂时用这个了.
效果如图, 鼠标移动上去就会自动弹出来. #addon-bar {
position: fixed;
bottom: -22px;
right: 1px;
border: 0 !important;
-moz-appearance: none !important;
-moz-transition: bottom .5s 1s ease-in;
padding-top: 22px !important;
}
#browser-bottombox {
position: fixed;
}
#addon-bar:hover {
bottom: 0;
-moz-transition: bottom .5s .4s ease-out;
}
#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;
} |
|
|
|
1楼#
发布于:2010-10-19 04:08
好东西,用了
|
|
|
2楼#
发布于:2010-10-19 04:08
试了试!简直是完美!!!
|
|
|
|
3楼#
发布于:2010-10-19 04:08
很不错,我也受不了现在的所谓扩展工具栏,可惜有的扩展只能加在那里。
|
|
|
4楼#
发布于:2010-10-19 04:08
好东西,收藏了~~~~~~
|
|
|
5楼#
发布于:2010-10-19 04:08
效果不错的,谢谢
|
|
|
6楼#
发布于:2010-10-19 04:08
很不错的代码
|
|
|
7楼#
发布于:2010-10-19 04:08
的确是很完美,感觉很好,其实FF应该这么做才对。
|
|
|
8楼#
发布于:2010-10-19 04:08
有个bug! 查找栏出不来了。
|
|
|
|
9楼#
发布于:2010-10-19 04:08
idragonet:有个bug! 查找栏出不来了。回到原帖 /*脚本better addon-bar, 只显示扩展栏中的状态栏,并且自动隐藏*/
#addon-bar {
position: fixed;
bottom: -22px;
right: 1px;
border: 0 !important;
-moz-appearance: none !important;
-moz-transition: bottom .5s 1s ease-in;
padding-top: 22px !important;
}
#addon-bar:hover {
bottom: 0;
-moz-transition: bottom .5s .4s ease-out;
}
#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;
}
这样解决了! |
|
|
|
10楼#
发布于:2010-10-19 04:08
idragonet: 你这个在关闭查找后又不行了 |
|
|
11楼#
发布于:2010-10-19 04:08
idragonet: 这样查找栏是能出来,但把自动隐藏的状态栏遮了,再改改?目前我暂时把查找栏上移使用。 |
|
|
12楼#
发布于:2010-10-19 04:08
|
|
|
|
13楼#
发布于:2010-10-19 04:08
浮动的状态栏在查找栏后面
|
|
|
14楼#
发布于:2010-10-19 04:08
看看:我这里是状态栏在查找栏上哦。。。。
|
|
|
上一页
下一页

