3.下一步写下代码:
(本文来源于图老师网站,更多请访问http://m.tulaoshi.com/pmsj/)xhtml代码:
div id="box" a href="#" span/span /a /div
CSS代码:
(本文来源于图老师网站,更多请访问http://m.tulaoshi.com/pmsj/)a {float:left;}#box span {border:3px solid #ccc;display:block;width:170px;height:120px;background:url(flower.jpg) center top no-repeat;}#box a:hover span {background:url(flower.jpg) center -120px no-repeat;}