百度首页 | 百度空间
 
查看文章
 
完全css实现缩略图鼠标移上去显示大图
2007年06月18日 星期一 14:41

<!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>无标题文档</title>
<style type="text/css">
<!--
.list{position:relative;}
.list span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px; width:500px;
}
.list span{
position: absolute;
padding: 3px;
border: 1px solid gray;
visibility: hidden;
background-color:#FFFFFF;
}
.list:hover{
background-color:transparent;
}
.list:hover span{
visibility: visible;
top:0; left:60px;
}
-->
</style>
</head>
<body>
<p>&nbsp;</p>
<div>
<a class="list" href="http://www.85flash.com/Get/wangyetuxiang/XinShang/2006-1-8/200124420.htm"><img src="http://www.85flash.com/Files/BeyondPic/2006-1/8/061819573345943.jpg" width="156" height="122" border="0" /><span><img src="http://www.85flash.com/Files/BeyondPic/2006-1/8/061819573345943.jpg" alt="big" /></span></a></div>
</body>
</html>

来源:http://bbs.blueidea.com/viewthread.php?tid=2669716


类别:默认分类 | 添加到搜藏 | 浏览() | 评论 (1)
 
最近读者:
 
网友评论:
1
2007年08月30日 星期四 09:26
谢谢分享!
 
发表评论:
姓 名:
网址或邮箱: (选填)
内 容:
验证码:
 

     

©2008 Baidu