您的位置:首页 > 其它

如何将链接的下划线做成虚线?

2012-04-09 08:59 232 查看
<style type="text/css">
<!--
a.texta {
text-decoration:none;
border-bottom:1px dashed #ccc;
color:#c00;
}
a.texta:hover {
border-bottom:1px solid #c00;
color:#666;
}

a.textb {
text-decoration:none;
border-bottom:1px dashed #ccc;
color:#069;
}
a.textb:hover {
border-bottom:1px dashed #c00;
color:#000;
}
-->
</style>
<a href="http://www.lanrentuku.com/" class="texta">www.lanrentuku.com</a><br /><br />
<a href="http://www.lanrentuku.com/" class="textb">www.lanrentuku.com</a>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: