Results 1 to 3 of 3

Thread: chrome menu div hide on mouseout (firefox)

  1. #1
    Join Date
    Apr 2007
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Exclamation chrome menu div hide on mouseout (firefox)

    1) Script Title: chrome css drop down menu

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

    3) Describe problem: I am not able to hide the div on mouse out.
    i.e. once a menu is hovered, then its div remains in place unless i move the mouse over the other menu items.

    please check out www.newscabby.com to get an exact idea of what i mean.

    Am having this problem only in firefox. in ie it works great!

  2. #2
    Join Date
    Apr 2007
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Figured out the reason for this problem.

    hi,
    Just figured out that the chrome menu doesnt work when m using ajax in my pages.
    When i tried after removing the code for ajax, the menu worked perfectly.

    This issue is only with firefox i guess.

    In case you guys have got any alternatives, then do let me know.

    thanks,
    gomzi.

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

    Default

    Actually, Ajax in general should not conflict with this script in any way. The problem is simply due to a script conflict with one of your massive Microsoft scripts. I managed to narrow it down to this one:

    Code:
    <script src="test_files/WebResource.js" type="text/javascript"></script>
    If I disable this script, the Chrome menu works as it should in Firefox again. Not sure what this script is doing that's causing the conflict though.

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
  •