Okay, here it goes...
At the top of every HTML page, I want a navigation bar with some drop down menus. That's what
this script produces.
As it stands, the background color is a light green, the top level text color is white, and the sub-menu text color is black. When I mouse over a top level item, the background changes to dark green and the text color to black and when I mouse over a sub-menu item, the background changes to dark green, but the text stays black.
Because it's easier to see light text on a dark background and the dark text on a light background, the menus should act as follows:
top level item - background = light green, text = black
top level item mouse over - background = dark green, text = white
sub-menu item - background = light green, text = black
sub-menu item mouse over - background = dark green, text = white
Also, when a menu time (either top level, or sub-menu) is clicked, the text and background colors should not change.
Does that make sense. I'm sorry if I'm having trouble getting my thoughts into written form
