欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  php教程

css技巧-经典中的经典

程序员文章站 2022-03-19 20:45:06
...
<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="http://www.php1.cn/"></div> 
</body>
相关标签: css