Topic: CSS Question |
|
---|---|
Author | Thread |
Paranoid (IV) Inmate From: The Dark Side of the Moon |
posted 07-24-2003 17:52
OK, here is the problem. My main menu has a BG color of white. I want to CSS file to make all links with a yellow background and a green background when you hover over the link. How do I do this without effecting my main menu? Basically I want the CSS file to make the hover effect skip my main menu or keep the links in my main menu with no hover effect. Is this even possible? Thanks. |
Bipolar (III) Inmate From: |
posted 07-24-2003 18:11
Sure. |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 07-24-2003 18:16
Rather than using a class for every single link, I suggest you structure your page like this (I wouldn't be surprised if it's already structured similarly): |
Paranoid (IV) Inmate From: The Dark Side of the Moon |
posted 07-24-2003 18:17
An example would help. I am unfamiliar with hw to uses classes. |
Paranoid (IV) Inmate From: The Dark Side of the Moon |
posted 07-24-2003 18:27
Slime, thanks. That did the trick. I appriciate the help guys. |
Maniac (V) Inmate From: under the bed |
posted 07-24-2003 20:57
Yup, Slime's method is what you would want for this particular scenario. |