<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312" /> <title>链接下划虚线效果</title> <style type="text/css"> .channel_keylink a:link{color:#0066FF; border-bottom:1px dashed #0066FF;text-decoration:none;} .channel_keylink a:visited{color:#0066FF; border-bottom:1px dashed #0066FF;text-decoration:none;} .channel_keylink a:hover{color:#CC0000; border-bottom:1px dashed #CC0000;text-decoration:none;} .channel_keylink a:active{color:#0066FF; border-bottom:1px dashed #0066FF;text-decoration:none;} </style> </head><body> <div class="channel_keylink"><a href="http://www.cwydesign.com">链接下划虚线效果</a></div> </body> </html> |