注册会员 登录
梅州时空 返回首页

xiaobei的个人空间 http://www.mzsky.com/?4878 [收藏] [复制] [分享] [RSS]

博客

xhtml+css放大镜分页效果demo

已有 751 次阅读2008-10-16 16:43 |个人分类:技术|系统分类:工作•职业•资料•技术

<!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">
ul {
list-style-type: none;
margin: 50px auto;
width:250px;
}
ul li{
float: left;
width:20px;
height: 20px;
margin: 2px;
   
}
ul li a {

display: block;
width:20px;
height:20px;
border:1px #999 solid;
color:#0984FF;
background-color:#fff;
text-decoration: none;
line-height: 20px;
font-size: 12px;
text-align: center;
font-weight: bold;
}

ul li a:hover{
position: absolute;
width:40px;
height: 40px;
line-height: 40px;
font-size: 32px;
z-index:100;
margin: -10px 0 0 -10px;
}

</style>
</head>

<body>
<ul>
<li><a href="#">1</a></li>
<li><a href="#">2</a></li>
<li><a href="#">3</a></li>
<li><a href="#">4</a></li>
<li><a href="#">5</a></li>
<li><a href="#">6</a></li>
<li><a href="#">7</a></li>
<li><a href="#">8</a></li>
</ul>
</body>
</html>


路过

雷人

握手

鸡蛋

鲜花

评论 (0 个评论)

facelist doodle 涂鸦板

您需要登录后才可以评论 登录 | 注册会员

关闭

最新公告上一条 /1 下一条

返回顶部找客服

手机版|Archiver|梅州时空网 ( 粤ICP备09090531号-3 )

粤公网安备 44140302000008号

GMT+8, 2024-5-18 12:31

Powered by Discuz! X3.2

Copyright © 2008-2014 Design: 梅州时空

返回顶部