Oh sorry, I had not clicked the parent.
This is the way CSS works. When you apply a style to a element, all its children inherit the styling. If you want the children behave different then you have to supply a CSS selector and rule for the child that will override the parents styling.
Remember, when you style the submenu, it will effect any submenu's it has, so will also have to reset the styling for the sub-submenu.
(this is why the menu css is so complicated with over 400 lines of code.)
A good tool to use is FireBug in FireFox to help identify the CSS Selectors that need to be overriden.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|