|
阅读:2869回复:3
地址栏图标在页面载入的时候撑开了,请问怎么解决
我安装了LeftSideStarhttps://addons.mozilla.org/zh-CN/firefox/addon/262534/把地址栏五角星放到了左边,问题如图:
他的css是这样的,请教大家应该怎么解决呢?谢谢大家! /*------------------------star-button-left---------------------------*/
#starhbox {
-moz-box-align: center;
}
#starhbox #star-button {
margin: 0 0 0 1px !important;
padding: 0 0 0 0px !important;
}
#urlbar[level="high"] #starhbox #star-button {
padding: 0 5px 0 3px !important;
}
#identity-box[class="unknownIdentity"],
#identity-box[class="chromeUI"],
#notification-popup-box[hidden=true] > image {
visibility: collapse;
}
#notification-popup-box {
display: inherit;
padding: 0;
margin: 0;
} |
|
|
|
1楼#
发布于:2011-01-03 16:28
#urlbar[level="high"] #starhbox #star-button {
改成 #urlbar #starhbox #star-button { 试试 |
|
|
2楼#
发布于:2011-01-03 16:28
非常感谢eilern,调好了:)
我发现在加载http页面没有这种现象,而加载mozest时会出现这种情况,是不是跟它的https有关? |
|
|
|
3楼#
发布于:2011-01-03 16:28
|
|
