利用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>