skip to main
|
skip to sidebar
CSS references
Jul 20, 2007
Create a link that changes color on mouseover
Apply for a-tag
Example.
a:link, a:visited, a:hover, a:active {
text-decoration: underline;
color: #6A5ACD;
background-color: transparent;
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Labels
color
background-color
font-family
text-decoration
font-size
padding
How do you think about this blog?
Blog Archive
▼
2007
(5)
▼
July
(5)
Add a background color to a heading
Create a link that changes color on mouseover
Remove underlines from any link
Use pixels, points, ems for font sizes
Replace font tags with CSS
No comments:
Post a Comment