Results 1 to 6 of 6

Thread: AnyLink Drop Down Menu

  1. #1
    Join Date
    Oct 2006
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default AnyLink Drop Down Menu

    Hi,

    I am trying to get this to work the AnyLink Drop Down Menu.

    The link to the source is here: http://www.dynamicdrive.com/dynamici...pmenuindex.htm

    I just copy paste the the script of the 2 boxes into an html file, but I can not get this to working. Is there anything that have to be modified, to get a drop down menu ?

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

    Default

    Please post a link to the page on your site that contains the problematic script so we can check it out.

  3. #3
    Join Date
    Oct 2006
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I have not bought in online yet - just tried if offline. But as I said, just copy and paste the whole script into the html page and try ... I get no jave menu, but just two normal links

  4. #4
    Join Date
    Sep 2006
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Using this same menu as above, I am trying to change the font color from that 'blue link' color...Any suggestions would be greatly appreciated.

    here is the link to the test page in question:
    http://www.frobisherbay.com/privacy.htm

    I can change the background colors to white, but would love to change the text/font color to gray.

    Appreciate any advice at all! Thanks in advance!


    (the drop down portion is titled 'web design'.

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

    Default

    Greggc:
    The font color (plus most other visual aspects of the menu) can be changed via CSS. Inside the CSS code:

    Code:
    #dropmenudiv a{
    color: gray;
    "
    "
    }
    For example would cause the links to have a default color of gray.

  6. #6
    Join Date
    Sep 2006
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thanks....It is greatly appreciated.

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
  •