nminaker
Technical User
- Jun 17, 2004
- 19
I'm not really sure if that makes sense, but I'll try to explain here.
I have a pair of divs that both have id selectors; links and "header" respectively. I want these two divs to not follow the rest of my css, but they have a bunch of different tags in them and it they seem to be overridden by the rest of the css.
I was trying to do this for the links id selector:
I have a pair of divs that both have id selectors; links and "header" respectively. I want these two divs to not follow the rest of my css, but they have a bunch of different tags in them and it they seem to be overridden by the rest of the css.
I was trying to do this for the links id selector:
Code:
a#links {color: white;background-color:#696969;padding:0.3em 0.6em}
a:hover#links {color: #A9A9A9;}