| Author |
Message |
mcfoo
Joined: 07 Feb 2004 Posts: 1
|
Posted: Sun Feb 08, 2004 9:02 am Post subject: Text color change when mouseover |
|
|
Does anyone knows whether the color of the text can be changed when I mouse over the menu item?
For instance, if I want to change the color of the background, i would use bgOVER, but wat about the text color???
thanks in advance |
|
| Back to top |
|
 |
AlexKunin Developer
Joined: 03 Jan 2003 Posts: 1191
|
Posted: Mon Feb 09, 2004 7:01 pm Post subject: |
|
|
| Every menu item has some style assigned to it. In its turn every style has to CSS classes specified: for normal item state and for rollovered item state. So, you have to change CSS definition. If you are working with some sample from our package, that probably there is style.css somewhere nearby - this is it. |
|
| Back to top |
|
 |
|