I've got the anylink drop down menu working without any problems & can alter most colours etc. But, I want to fix the colour of the text within the drop down menus within the script.
Can anyone advice on how I can do this ?
Thanks.
I've got the anylink drop down menu working without any problems & can alter most colours etc. But, I want to fix the colour of the text within the drop down menus within the script.
Can anyone advice on how I can do this ?
Thanks.
If you are talking about the basic AnyLink menu, you are probably looking for this:
Add the part in red and set it to whatever color you like.Code:#dropmenudiv a{ color:black; width: 100%; display: block; text-indent: 3px; border-bottom: 1px solid black; padding: 1px 0; text-decoration: none; font-weight: bold; }
- John________________________
Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
Brilliant - thanks for your help.
Bookmarks