css 缩略图

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>鼠标移上去显示大图</title>
<style type="text/css"> .pr { position:relative; } .pr a {  width:181px; height:135px; font-size:12px; text-decoration:none; background:url("no.gif"); position:absolute; left:0; top:0; z-index:2; text-indent:-9999px; } .pr img {width:181px; position:relative; z-index:1;}</style>
</head>
<body>
<div class="pr">
<img src="P7270279.JPG" alt="big" />
<a href="#">效果一</a>
</div>

</body>
</html>

posted @ 2008-09-25 05:30  scgw  阅读(380)  评论(0编辑  收藏  举报