묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
이거요 글자 링크인데요...답변좀...
2004.01.26 23:39
-----------------------------------------
<style type="text/css">
<!--
a:link { text-decoration: none;}
a:visited { text-decoration: none;}
a:active { text-decoration: none;}
a:hover {text-decoration:underline;}
-->
</style>
-----------------------------------------
이 소스가요 글자 링크밑줄없에는 건데 저거 위에있는 4개 가 모죠?
그리고 링크 글자를 마우스 올렸을때 줄생기고 색바뀌는것으로 바꾸고 싶은데 가르쳐주세요
<style type="text/css">
<!--
a:link { text-decoration: none;}
a:visited { text-decoration: none;}
a:active { text-decoration: none;}
a:hover {text-decoration:underline;}
-->
</style>
-----------------------------------------
이 소스가요 글자 링크밑줄없에는 건데 저거 위에있는 4개 가 모죠?
그리고 링크 글자를 마우스 올렸을때 줄생기고 색바뀌는것으로 바꾸고 싶은데 가르쳐주세요
일반적으로 우리가 링크시킬때
<a href="http://www.nzeo.com target="_blank">제로보드</a>
이렇게 링크를 시키잖습니까?
그럴때 보통은 링크시킨 제로보드에 underline(밑줄) 이 생기고
글자의 색상도 파란색으로 됩니다.
이러한 것을 없애고자 하는것입니다.
그래서 마우스가 글위에 올라갔을때 그 페이지를 열었을때..열고난 후에..
의 옵션을 각각 줄수 있는것입니다.
각각의 {} 안에 줄수있는 옵션으로
color : 색상값
font-familly : 글꼴값
font-size : 글꼴의 크기로 pt ,px 단위가 일반적입니다.
text-decoration : 밑줄,가운데줄,취소선등..
font-weight : 굵게.이텔릭으로.. 등등
이 있습니다.