被百度这个 #usrbar 搞得有点郁闷了….
谁给出个主意?
从数据类型上看 貌似z-index最大也就65535了, 而space.css优先级又比自定义css要高
(space.css载入晚)
看这一段
html body center #usrbar{
z-index:65535!important; /* 最大高度 */
padding:4px 10px 3px 0!important;
background:#FFFFFF!important; /* 白色背景 */
color:#000000!important;
text-align:right!important;
filter:alpha(opacity=65)!important; /* 65% 透明度 */
-moz-opacity:0.5!important; /* mozilla浏览器 50% 透明度 */
width:auto!important
}
貌似已经覆盖不了他了…..
不知道哪位高人能想点其他办法出来? 前提是能支持 firefox && IE
html body center,
html body center #usrbar,
html body center #ft,
html body center #usrbar nobr,
html body center #usrbar strong,
html body center #usrbar a,
html body center #usrbar a:link,
html body center #usrbar a:visited,
html body center #ft a,
html body center #ft a:link,
html body center #ft a:visited{
max-width:none!important;
min-width:none!important;
layout-flow:horizontal!important;
text-transform:none!important;
direction:inherit!important;
vertical-align:baseline!important;
word-spacing:normal!important;
font-variant:normal!impo rtant;
text-decoration:none!important;
font-size-adjust:none!important;
font-family:Arial!important;
font-size:12px!important;
line-height:normal!important;
border:none!important;
background:none!important;
background-image:none!important;
overflow:visible!important;
width:auto!important;
clear:both!important;
float:none!important;
margin:0!important;
position:static!important;
visibility:visible!important;
letter-spacing:normal!important;
font-size:12px!important;
font-family:Arial!important;
zoom:1!important;
filter:none!important;
-moz-opacity:1!important
}
html body center #usrbar,
html body center #ft,
html body center #usrbar nobr{
display:block!important;
height:19px!important;
line-height:19px!important;
}
html body center #usrbar strong,
html body center #usrbar a,
html body center #usrbar a:link,
html body center #usrbar a:visited,
html body center #ft a,
html body center #ft a:link,
html body center #ft a:visited{
display:inline!important;
height:auto!important;
text-decoration:underline!important;
}
html body center #usrbar strong{
text-align:left!important;
color:#000000!important;
text-decoration:none!important;
}
html body center{
display:block!important;
}
html body center #main,
html body center #usrbar,
html body center #ft{
position:relative!important;
top:auto!important;
bottom:auto!important;
left:auto!important;
right:auto!important;
}
html body center #usrbar nobr{
text-align:right!important;
color:#000000!important;
}
html body center #usrbar{
z-index:65535!important;
padding:4px 10px 3px 0!important;
background:#FFFFFF!important;
color:#000000!important;
text-align:right!important;
filter:alpha(opacity=65)!important;
-moz-opacity:0.5!important;
width:auto!important
}
html body center #usrbar a,
html body center #usrbar a:link,
html body center #usrbar a:visited{
color:#0000CC!important;
}
html body center #ft{
z-index:65534!important;
color:#666666!important;
text-align:center!important;
}
html body center #ft a,
html body center #ft a:link,
html body center #ft a:visited{
color:#7777CC!important;
}
html body center #main{
z-index:10000!important;
padding:0 10px 0 10px;
min-width:756px;
max-width:1000px;
}
Read: 795