CSS conundrum
CSS conundrum
Out of context: Reply #16
- Started
- Last post
- 17 Responses
- mvb20
I always used:
a {
a:link {
a:hover {
Never had a problem with that. Those control the links in your paragraph tags, and then your h1, h2, etc. tags like so:
h1 a {
h1 a:link {
h1 a:hover {and so on...