当前位置导航:炫浪网>>网络学院>>网页制作>>HTML与CSS教程

用css实现图片替换

<style> 
h2{font-size:14px; font-weight:bold; padding:10px 0; margin:5px 0; border-bottom:1px solid #ccc;} 
.box2{}  
.box2 img{display:block; padding:2px; border:0;} 
.box2 a{color:#333; text-decoration:none;border:2px solid #FFF; float:left; cursor:hand;}  
.box2 a span{display:none; color:#F00;}  

.box2 a:hover{color:#999; border:2px solid  #333; }  
.box2 a:hover span{display:inline; position:absolute;}  
  
</style> 
</head> 
  
<body> 
<h2>CSSヌミササヘシニャミァケ・/h2> 
<div class="box2"> 
<a href="#"><span><img src="" /></span><img src="" /></a> 
</div> 

</body>

炫 浪 学 院
相关内容
赞助商链接