Results 1 to 3 of 3

Thread: Anylink - drop down menu text colour

  1. #1
    Join Date
    Dec 2005
    Location
    Sutton Coldfield UK
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question Anylink - drop down menu text colour

    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.

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    If you are talking about the basic AnyLink menu, you are probably looking for this:

    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;
    }
    Add the part in red and set it to whatever color you like.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Dec 2005
    Location
    Sutton Coldfield UK
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Smile

    Brilliant - thanks for your help.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •