css的一个应用

<html>
<head>
<style>
<!--
.demo a 
{
float
:left;
margin
:5px 1px 0 1px;
width
:20px;
height
:20px;
color
:#999;
font
:12px/20px 宋体;
text-align
:center;
text-decoration
:none;
border
:1px solid orange;
}

.demo a:hover 
{
position
:relative;
margin
:0 -9px 0 -9px;
padding
:0 5px;
width
:30px;
height
:30px;
font
:bold 16px/30px 宋体;
color
:#000;
border
:1px solid black;
background
:#eee;
}

-->
</style>
</head>
<body>
<div class="demo">
<href="#">1</a>
<href="#">2</a>
<href="#">3</a>
<href="#">4</a>
<href="#">5</a>
<href="#">6</a>
<href="#">7</a>
<href="#">8</a>
<href="#">9</a>
<href="#">10</a>
</div>

</body>
</html>
posted @ 2007-07-02 16:20  jhtchina  阅读(180)  评论(0)    收藏  举报