Goodspeed

导航

利用CSS自定义网页下划线样式

<style>
a#example2b {
text-decoration: none;
white-space: nowrap;
padding-bottom: 5px;
}

a#example2b:hover {
background: url('http://www.mxsky.com/mxsky2004/basic/css/pic/animarrow.gif') repeat-x 100% 100%;
}
</style>

<a href="#" id="example2b">浮动动画箭头下划线</a>


 

posted on 2004-04-06 16:25  Goodspeed  阅读(821)  评论(0)    收藏  举报