[CSS]CSS Styling - Styling Links
개발관련/CSS/CSS3 2012. 10. 23. 19:18 |출처: http://www.w3schools.com/css/css_link.asp
When setting the style for several link states, there are some order rules:
- a:hover MUST come after a:link and a:visited
- a:active MUST come after a:hover
CSS Links
Add different colors to visited/unvisited links
Use of text-decoration on links
Specify a background color for links
Add other styles to hyperlinks
Advanced - Create link boxes
'개발관련 > CSS/CSS3' 카테고리의 다른 글
[CSS]CSS Styling - Styling Tables (0) | 2012.10.23 |
---|---|
[CSS]CSS Styling - Styling Lists (0) | 2012.10.23 |
[CSS]CSS Styling - Styling Fonts (0) | 2012.10.23 |
[CSS]CSS Styling - Styling Text (0) | 2012.10.23 |
[CSS]CSS Styling - Styling Backgrounds (0) | 2012.10.23 |