Results 1 to 3 of 3

Thread: Please Help! Anylink Dropdown works in FF not in IE

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

    Default Please Help! Anylink Dropdown works in FF not in IE

    1) Script Title: Anylink Dropdown Menu

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

    3) Describe problem: The dropdown works fine in Firefox, but doesn't seem to work in Internet Explorer, and I cant figure out why.

    Here is the uploaded Page: http://www.eqube.com/products.htm - the dropdown is on the sub menu.

    the css is here: http://www.eqube.com/eqube_styles.css


    Any ideas would be appreciated!

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

    Default

    Hmm at a glance everything seems in place. I noticed you're adding the onMouseover events for the drop down menu inside the IMG elements- try moving it to the parent A element instead. For example:

    Code:
        <a href="xtragames.htm" onMouseover="dropdownmenu(this, event, menu1, '90px')" onMouseout="delayhidemenu()"><img src="images/xtragames.gif" align="left" width="63" height="66" onmouseover="rollOver('xtragames');" onmouseout="rollOut('xtragames');" name="xtragames" border="0"> </a>

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

    Default

    nope still doesn't work in IE with that change... any other ideas?

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
  •