Results 1 to 3 of 3

Thread: AnyLink help

  1. #1
    Join Date
    Jun 2007
    Location
    Virginia
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default AnyLink help

    1) Script Title: AnyLink CSS Menu

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

    3) Describe problem:
    I got the script working without any errors, but in IE7 (PC, XP), when you mouse over "Quicklinks", instead of getting the drop down menu, I get a horizontal scrollbar in the browser and no dropdown menu. The web page should not scroll horizontally.

    Works perfectly in FF

    http://dev.ayporchestras.org/index2.php

    Any idea why this is happening? I am also running the Chromemenu script on the same page (http://www.dynamicdrive.com/dynamici...ome/index.htm), but that works across all platforms.

    I did remove Chromemenu script, and same thing occurs. Still no dropdown on "Quicklinks". I set up a "dummy" page with just the css, js, quicklink and drop down menu, and it worked.

    thanks!

    This web site is set to launch after this weekend, so I need to get that Quicklinks menu item working right away.
    Last edited by nrose; 06-22-2007 at 10:50 PM.

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

    Default

    The two menus in general work for me in IE7. I assume you managed to fix that part of the problem? The only remaining issue I see is the horizontal scrollbars appearing in IE7, which can be attributed to this:

    Code:
    <div id="anylinkmenu1" class="anylinkcss" style="width: 200px; top: 35px; left: 833px; visibility: hidden;">
    Remove the code in red, it's not necessary.

  3. #3
    Join Date
    Jun 2007
    Location
    Virginia
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I did solve the entire IE 7 issue...I had
    "position:absolute" in the div tag where my link was. Once I removed that, all is good; entire site now has all drop downs working: http://dev.ayporchestras.org/

    Thanks for responding!

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
  •