공부방/CSS
[CSS] 글에 마우스 올리면 점선이..
래채
2009. 9. 4. 09:50
<style type="text/css">
A:link {text-decoration: none }
A:active {text-decoration: none }
A:visited {text-decoration: none }
A:hover {border:1; border-color:#000000; border-bottom-style:dotted; text-decoration:none}
</style>
원본 링크 : http://www.webmadang.net/script/script.do?action=read&boardid=3002&page=2&seq=4