白帆首页/网页特效
虚线下划线超链接
鼠标接触超级链接,出现虚线下划线.
白帆文学社
加入如下代码到head区域 <style> a:link { color: #000000; text-decoration: None; } a:hover { color: #0000FF; border-bottom: 1px #0000FF Dashed; } </style>