这个效果是用边框的方式处理的,效果还不错!推荐给大家!
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "<a href="http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd" target="_blank">http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd</a>">
<html xmlns="<a href="http://www.w3.org/1999/xhtml" target="_blank">http://www.w3.org/1999/xhtml</a>" >
<head>
<style>
img{display: block;}
#w{ float:left;}
.ac{
background:#bbbbbb;
border:1px solid #dddddd;
}
.bc{
background:#777777;
border:1px solid #999;
padding:1px;
margin:1px;
}
.cc {
background:#ffffff;
border:1px solid #555;
padding:5px;
}
.dc{
background: #CCCCCC;
border: 1px solid #999999;
}
</style>
</head>
<body>
<div id="w">
<div class="ac">
<div class="bc">
<div class="cc">
<div class="dc"><a href="<a href="http://www.pruke.cn/" target="_blank">http://www.pruke.cn/</a>" target="_blank"><img src="<a href="http://www.wowbox.com.tw/blog/attachments/month_0805/s2008525300.jpg" target="_blank">http://www.wowbox.com.tw/blog/attachments/month_0805/s2008525300.jpg</a>" alt="hanbox design" border="0" /></a> </div>
</div>
</div>
</div>
</div>
</body>
</html>
暂无评论