Can someone point me to a reference that discusses the various ways of using the a tag in a stylesheet.
I am referring to nomenclature like this:
a:hover{
color:white
}
Which changes the hover color of any a tag using the stylesheet to white.
I think I've seen a way to associate the a tag with other style names. So for instance, I'd like to create a style called "homepageformat" and then set the a tag formatting strictly within the homepageformat style.
Any ideas?
I am referring to nomenclature like this:
a:hover{
color:white
}
Which changes the hover color of any a tag using the stylesheet to white.
I think I've seen a way to associate the a tag with other style names. So for instance, I'd like to create a style called "homepageformat" and then set the a tag formatting strictly within the homepageformat style.
Any ideas?