Please go to rkassoc.org/FWLSCO. Use login of tester, password of ttemp.
Notice on the next page (main.php) the menu bar; I want to text color to be BLACK when the mouse hovers over something with background of the light yellow.
I can't figure out how to make it do that.
CSS is inline; see by viewing source.
What will make the text color black on the yellow background & everything else JUST like it is now?
That's perfect EXCEPT on the Menubar Item "Workorders" which has two dropdowns underneath; when you move off the Workorder menu item, the font color changes back to white; nice if it stayed back (for visibility).
Thanks
Scott Fell
Try just using
li:hover a{ color:black;}
Richard Korts
ASKER
That changed the font text color to black in the pulldowns; not good.
Thanks