CSS属性:给图片加上播放按钮
时间:2010-06-08 来源:cizhibgmj
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>给图片加上播放按钮-Gdesign学习网</title>
<style>
img {display:block}
#imgBox li {position:relative;list-style-type:none;border:1px solid #ccc;padding:3px;float:left}
.toolbar {position:absolute;bottom:15px; right:15px;}
</style>
</head>
<body>
<ul id="imgBox">
<li><a href="http://www.gzse7en.com/" target="_blank"><img src="http://tu.gzse7en.com/upload_files/admin/20100429/15.jpg" width="200" height="150" border="0" /></a><div class="toolbar"><a href="http://www.gzse7en.com/" target="_blank"><img src="http://tu.gzse7en.com/upload_files/admin/20100429/1.png" border="0"></a></div></li>
</ul>
</body>
</html>
</ul>
</body>
</html>