<style type="text/css">
a:link { color: red; text-decoration: none;}
a:visited { color: black; text-decoration: none;}
a:hover { color: blue; text-decoration: underline;}
</style>
- 해 석 -
style 소스의 type = text를 제어하는 css로 한다.
a:link : 클릭하지 않은 링크
a:visited : 한번 클릭했던 혹은 다녀갔던 링크
a:hover : 링크를 클릭하려고 마우스를 가져갔을 때
decoration : 밑줄
none : 없는 상태
underline : 있는 상태
a:active : 링크부분에서 마우스를 누르고 있는 동안의 상태
'JAVA > spring' 카테고리의 다른 글
input과 button 이어서 사용 (0) | 2020.06.19 |
---|---|
<button> 버튼에 링크걸기 (0) | 2020.06.18 |
게시글을 작성(board insert)할 때 바로 bno를 가져오지 않는 이슈 (0) | 2020.06.15 |
로그인 issue (0) | 2020.06.15 |
댓글 table에 foreign key 추가 (0) | 2020.06.15 |