1
wctbok 2011-08-15 15:19:46 +08:00
xxx{display:none !important;}
|
2
X_Del OP 功夫不到家,没看懂,好像是定义优先级的吧?
|
3
romoo 2011-08-15 15:31:39 +08:00
</style>
<script type="text/javascript"> $("#TopMain>a>img").attr("src","http://bbs.blueidea.com/images/default/logo.gif"); </script> <style type="text/css"> |
4
smallcolor 2011-08-15 15:40:31 +08:00
貌似我的代码量已经超标了。
#TopMain img{display:none!important;} #TopMain>:first-child{display:block; width:98px; height:32px; float:left; background:url(http://nanrendang.com/projects/v2ex/logo.png) no-repeat 0 0; margin-top:12px;} |
5
terrylin 2011-08-15 15:45:44 +08:00
@smallcolor #TopMain img{display:none!important;}
这样子 小鸟也莫有了... |
7
X_Del OP |
8
fanzeyi 2011-11-06 14:25:29 +08:00
#Top a[href="/"] img {
background-image: url('http://www.v2ex.com/static/img/logo.png'); padding-top:20px; height: 0px; width: 70px; } XD 直接换成白色版LOGO |