Posts: 726
Name: John
Location: United States of America, California
|
Lets say, I have a div for my navigation in my page. How do I make the links look a certain way for that specific div in more than one way?
For example when I hover over the link I want the color of the link to change to yellow
When the link is active it should stay the same as the normal one and still allow hovering.
The visited version of the specific div for my navigation should be the same as the one that is created and used.
When it hovers it should be yellow;
When it is active, normal, or visited it should be the same way too.
|