|
阅读:1962回复:4
在新标签打开图片链接出现BUG
再次请教各位大大一个问题,我使用了一个stylish代码把标签栏放到了地址栏的上面
@-moz-document url("chrome://browser/content/browser.xul")
{
.tabbrowser-strip
{
top:3px !important;
position:fixed !important;
z-index:0 !important;
padding:0px 0px 0px 0px !important;
width:99.9% !important;
}
tab
{
-moz-user-select:-moz-none!important;
z-index:1!important;
-moz-border-radius-bottomleft: 0px!important;
background-color:transparent !important;
}
.tabbrowser-strip .tabbrowser-tabs
{
background-color:transparent !important;
width:100% !important;
}
.tab-drop-indicator-bar
{
position:fixed!important;
top:0px !important;
left:0px !important;
width:100%!important;
}
window
{
padding-top:28px !important;
}
}正常情况是这样
可是使用了这个以后,只要在新的标签打开单独的图片链接就会出现这个问题
把这个STYLISH样式禁用以后 就没问题了
请问一下这是什么原因么,怎么修改才能改正这个BUG啊? |
|
|
1楼#
发布于:2010-01-19 21:09
用了一下这个样式,没有你这个现象。奇特。
-------- 去掉那两句z-index试试看 -------- silvermel主题我也试了,还是不能重现你的问题。 |
|
|
2楼#
发布于:2010-01-19 21:09
你用默认主题看看还有没有这个情况
|
|
|
3楼#
发布于:2010-01-19 21:09
感谢楼上两位大大,是主题的问题……换用别的主题都没有问题。。。。唉 有没有办法解决呢?真的很喜欢这个主题。。。
|
|
|
4楼#
发布于:2010-01-19 21:09
是Silvermel 这个主题
|
|