로그인 유지 Open ID
OpenID
Open ID
어떤식으로 되어있는지 안보고는 알 수 없습니다만...<STYLE TYPE="text/css" TITLE="">/* 페이지내 모든 링크에 적용 */A:link {text-decoration:none; color: #000080;} /*초기 링크*/A:hover {text-decoration:underline; color: #ff1493;} /*마우스 올렸을 때*/A:active {text-decoration:none; color: #ff0000;} /*클릭 했을 때*/A:visited {text-decoration:none; color: #ffdab9;} /*열어본 링크*/
/* 클래스가 notice인 링크에만 적용 */A.notice:link {text-decoration:none; color: #000000;} /*초기 링크*/A.notice:hover {text-decoration:underline; color: #4169e1;} /*마우스 올렸을 때*/A.notice:active {text-decoration:none; color: #dc143c;} /*클릭 했을 때*/A.notice:visited {text-decoration:none; color: #808080;} /*열어본 링크*/</STYLE>
<a class="notice" href="#" >클래스가 notice인 링크</a><br><a href="#" >그냥 링크</a>참고하세요
어떤식으로 되어있는지 안보고는 알 수 없습니다만...
<STYLE TYPE="text/css" TITLE="">
/* 페이지내 모든 링크에 적용 */
A:link {text-decoration:none; color: #000080;} /*초기 링크*/
A:hover {text-decoration:underline; color: #ff1493;} /*마우스 올렸을 때*/
A:active {text-decoration:none; color: #ff0000;} /*클릭 했을 때*/
A:visited {text-decoration:none; color: #ffdab9;} /*열어본 링크*/
/* 클래스가 notice인 링크에만 적용 */
A.notice:link {text-decoration:none; color: #000000;} /*초기 링크*/
A.notice:hover {text-decoration:underline; color: #4169e1;} /*마우스 올렸을 때*/
A.notice:active {text-decoration:none; color: #dc143c;} /*클릭 했을 때*/
A.notice:visited {text-decoration:none; color: #808080;} /*열어본 링크*/
</STYLE>
<a class="notice" href="#" >클래스가 notice인 링크</a><br>
<a href="#" >그냥 링크</a>
참고하세요