Results 1 to 3 of 3

Thread: AnyLink Drop Down Menu

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

    Default AnyLink Drop Down Menu

    1) Script Title: AnyLink Drop Down Menu

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...pmenuindex.htm

    3) Describe problem: The script works perfect for me, but I have a question. On my "Home" page, it doesn't have any dropdown menu, but I would like this to change color when you onmouse over it just like the rest and be linked to the home page, how can I do that? Is there a function that I can call?

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

    Default

    Hmm I'm not sure I understand. So you're simply looking for links on your homepage to change color onMouseover? A simple hover class would do:

    Code:
    <style type="text/css">
    a:hover{
    color: red
    }
    </style>
    Links on the page now turn red onMouseover.

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

    Default

    thank you, this is what I was looking for.

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
  •