Results 1 to 6 of 6

Thread: AnyLink Drop Down behavior CHANGED in FF

  1. #1
    Join Date
    Oct 2008
    Location
    Chicago
    Posts
    17
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default AnyLink Drop Down behavior CHANGED in FF

    AnyLink Drop Down

    http://www.dynamicdrive.com/dynamici...pmenuindex.htm

    I've been oh so happy with this on my website for a year... works great in both IE and FF.

    Suddenly, today, only in FF, the menus open too low from the anchor so that it's hard to tell what menu goes with what anchor.

    IE is still fine.

    I know there was a FF update yesterday... did that do something?

    Nancy

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

    Default

    Does the default DD demo also exhibit the same problem with you after the FF update? If not, please post a link to the page on your site that contains the problematic script so we can check it out.
    DD Admin

  3. #3
    Join Date
    Oct 2008
    Location
    Chicago
    Posts
    17
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Here is code

    LOL... Of course I should have checked the demos. They seem to work fine in both IE and FF....

    I have been coding for 3 weeks to get our new commerce system up, and I must have done SOMETHING somewhere...

    Not sure if you need all this, but...

    http://roses-and-teacups.com/dropdowncontent.js

    http://roses-and-teacups.com/rtcssjs2.js

    http://roses-and-teacups.com/headerjs.php


    Home page is http://roses-and-teacups.com

    Any of the site pages have this problem on the right and left nav bars in FF.

  4. #4
    Join Date
    Oct 2008
    Location
    Chicago
    Posts
    17
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Can anyone help? I sent the requested code.


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

    Default

    What happens if you move the onMouseover/onMouseout portion within each of your anchor link from the <A> to the inner <IMG> tag instead? For example:


    Code:
    <a href="http://roses-and-teacups.com/hats-delights.php"><img alt="Aprons, Hats, Victorian and Red Hat Attire" src="https://roses-and-teacups.com/Buttons/2009aprons.gif" border=0 onMouseover="dropdownmenu(this, event, menu1, '200px')" onMouseout="delayhidemenu()"></a><br><br>
    Do this for just one link just to see if it changes anything.
    DD Admin

  6. The Following User Says Thank You to ddadmin For This Useful Post:

    NancyRoses (09-22-2009)

  7. #6
    Join Date
    Oct 2008
    Location
    Chicago
    Posts
    17
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Yea!! Awesomely Fixed!!!

    Totally Awesome!!! It be fixed!!! Thank you VERY much for your time and expertise!! I am a happy camper!! N

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
  •