<p><a class="tooltips" href="#" >碰我试试<span>试试就试试</span></a></p>

<style type="text/css">
.tooltips{
position:relative;
z-index:1;
text-decoration:none;
}
.tooltips:hover{
z-index:2;
background:none; /* 没有这个在 IE 中不可用 */
}
.tooltips span{
display:none; /* span 不可见 */
}
.tooltips:hover span{ /* span 标签仅在 :hover 状态时显示 */
display:block;
position:absolute;
top:20px;
left:20px;
width:100px; /* ToolTips 的宽度 */
/* 以下是样式 */
border:1px solid #D5C88B;
background:#FEFEE6;
padding:4px;
color:#A1870D;
}
body{
font-family:verdana;
font-size:12px;
}
</style>

posted on 2009-03-19 21:58  湛然常寂  阅读(383)  评论(0编辑  收藏  举报