Results 1 to 2 of 2

Thread: Help with AnyLink Drop Down Menu

  1. #1
    Join Date
    Jan 2006
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Help with AnyLink Drop Down Menu

    Does somebody know how to change the color of the links in the menu?

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    Warning: Please include a link to the DD script in question in your post. See this thread for the proper posting format for asking a question., in this case: http://www.dynamicdrive.com/dynamici...pmenuindex.htm

    Sure, you would simply add a "color" attribute to the CSS code for the menu a element:

    Code:
    #dropmenudiv a{
    color: black;
    "
    "
    }

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
  •