묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
밑줄 관련질문..
2003.08.01 18:05
하이퍼링크할때
<head>와</head>사이에
<style type="text/css">
<!--
A:link {text-decoration:none}
A:visited {text-decoration:none}
A:active {text-decoration:none}
A:hover {text-decoration:none}
-->
</style>
이소스를 넣으면 밑줄이 없어지자나요
그런데 롤오버할때 밑줄이 생기게 할려면 어떻게 해야되죠?
제가 기억하기로는 <body> <-이 안을 수정해야하는 걸로 알고있는데..
<head>와</head>사이에
<style type="text/css">
<!--
A:link {text-decoration:none}
A:visited {text-decoration:none}
A:active {text-decoration:none}
A:hover {text-decoration:none}
-->
</style>
이소스를 넣으면 밑줄이 없어지자나요
그런데 롤오버할때 밑줄이 생기게 할려면 어떻게 해야되죠?
제가 기억하기로는 <body> <-이 안을 수정해야하는 걸로 알고있는데..
댓글 2
-
스티치*FREE*
2003.08.01 18:12
A:hover {text-decoration:none} 이 부분을 A:hover {text-decoration:underline} 으로 고치세요 -
케이:)
2003.08.01 21:13
롤오버가 무엇이죠a 무엇이죠= ㅛ-