블로그 이미지

calendar

1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31
  • total
  • today
  • yesterday
2010. 1. 28. 14:09 HTML

헤드부분에 밑의 스타일 시트를 넣어주세요.

(pre 태그는 삭제해 주십시오. ^^;)

 

<pre>

<style type="text/css">

<!--

A:link { color:아무색이나 ;text-decoration:none ; }
A:visited { color:아무색이나 ;text-decoration:none ; }
A:active { color:아무색이나 ; text-decoration:none ; }
A:hover { color:아무색이나 ; text-decoration:none; }

-->

</style>

</pre>

 

A:link           -> 링크의 색

A:visited       -> 방문했던 링크의 색

A:active        -> 링크 클릭할 순간의 링크의 색

A:hover         -> 링크 텍스트에 마우스를 댔을때의 링크의 색

posted by 천상의날개