Results 1 to 5 of 5

Thread: Anylink Drop Down Menu

  1. #1
    Join Date
    Jan 2007
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Anylink Drop Down Menu

    1)AnyLink Drop Down Menu
    2)http://www.dynamicdrive.com/dynamici...pmenuindex.htm
    3)I notice that when you scroll over the options in the menu they are highlighted in yellow. Is there anyway to change this? Other then that I'm pretty chuffed with your code, tip top stuff guys.

  2. #2
    Join Date
    May 2006
    Posts
    29
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    In the css code, change yellow to whatever you want:

    HTML Code:
    #dropmenudiv a:hover{ /*hover background color*/
    background-color: yellow;
    }

  3. #3
    Join Date
    Jan 2007
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thanks, I must have ignored the code above the copyright bit,
    (slaps self)
    I must pay more attention!

  4. #4
    Join Date
    Jan 2007
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Sorry for double posting but I've got another question on the same piece of code.
    Is it possible to replace the words that appear in the menu with an interactive button or a picture or something like that?

  5. #5
    Join Date
    Sep 2006
    Location
    St. George, UT
    Posts
    2,769
    Thanks
    3
    Thanked 157 Times in 155 Posts

    Default

    You could place pretty much any HTML code you want in the drop down menu. Just find the piece of code that you configure for the menu items, then place the img tage or whatever other HTML tag you would like in it.

    Hope this helps.
    "Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music." - Kristian Wilson, Nintendo, Inc, 1989
    TheUnlimitedHost | The Testing Site | Southern Utah Web Hosting and Design

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
  •