看图...理解;P
这是我使用的代码
.img1 {
background-image: url('img1.png');
width: 381px;
height: 187px;
background-repeat: no-repeat;
float: left;}
.img1:hover {
background-image: url('imghover.png');
width: 381px;
height: 115px;
background-repeat: no-repeat;
}
但它正在影响 img1 我希望它出现在 img1 上方而不影响它
我修好了对不起
看到这是示例 https://dl.dropbox.com/u/35904623/css.gif
+ 另一个