show/hide this revision's text 3 edited tags
show/hide this revision's text 2 id's = IDs

CSS hierarchy classes and id'sIDs

show/hide this revision's text 1

CSS hierarchy classes and id's

I am building a menu using XHTML,CSS, and jQuery and I ran into a problem with my CSS. Here is my test page, and here is my css.

What I am having problems with is that my .subMenu class is inheriting the properties of my #menu, the background colors and sizes are the same. I am looking for a solution that leaves .subMenu as a class so I can re-use it. I got it to work by changing .subMenu to an ID. The weird thing is that I edit some of the properties in my jQuery code using the .subMenu class and it changes those.

So I was wondering if someone could let me know how to fix it and if it was a hierarchy issue if they might explain it.

Thanks, Levi