View Full Version : Anylink - drop down menu text colour
Byron
12-16-2005, 08:08 PM
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.
jscheuer1
12-16-2005, 11:38 PM
If you are talking about the basic AnyLink menu, you are probably looking for this:
#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;
}
Add the part in red and set it to whatever color you like.
Byron
12-17-2005, 10:25 AM
Brilliant - thanks for your help.
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.