This topic created in 4262 days ago, the information mentioned may be changed or developed.
写成这样貌似无效,图片还是撑的很大。。。
#logo a {
cursor: pointer;
display: block;
height: 40px;
line-height: 100em;
overflow: hidden;
width: 100px;
}
4 replies • 2014-09-14 17:54:46 +08:00
 |
|
1
ThomasChan Sep 14, 2014
a{ position:fixed; top:0; left:0; } a img{display:block;width:100%}
|
 |
|
2
underone Sep 14, 2014
作为背景固定写在body上不可以么
|
 |
|
3
kisshere Sep 14, 2014
@ underone body{background:url(site_logo.png) no-repeat 0px 0px;}
|
 |
|
4
thinkxen Sep 14, 2014 via Android
唉,好捉急
|