My website is http://aais.aaschool.ac.uk.
The trouble is that I don't want roll-over colours on my page menu bar.
To put it simply, I wanted the following properties to be "none":
Background color
Background color: Hover
Background color: Parent
in ATO > Page Menu Bar.
I have partially been able to get around it by entering the following code in HTML/CSS inserts:
Code:
ul.rMenu { background: none; } ul.rMenu li { background: none; } ul.rMenu li a:hover { background: none; } ul.rMenu li.sfhover { background: none; }
Please help!
Pushkin