Results 1 to 2 of 2

Thread: "Any Link" Issue

  1. #1
    Join Date
    Aug 2011
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default "Any Link" Issue

    1) Script Title: ANYMENU

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

    3) Describe problem:

    Hello,

    Links (inside zzzs)

    http://www.dereknewmandesigns.com/temp-pp/xindex.htm

    Anyone know why you can keep scrolling past the blue part at the bottom? Within Dreamweaver, that is the bottom.

    When I remove the JAVASCRIPT, the problem is resolved but the menu does not work. I have no idea what to remove in the javascript to make this issue go away.

    Any help would be apprecaited,

    Thanks,

    DN

  2. #2
    Join Date
    Aug 2011
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    RESOLVED.

    For those having this problem, add this:

    Code:
    .anylinkshadow{ /*CSS for shadow. Keep this as is */
    position: absolute;
    height: 0 !important;
    left: 0;
    top: 0;
    z-index: 99; /*zIndex for shadow*/
    background: black;
    visibility: hidden;
    }
    Thanks,

    Derek

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
  •