Results 1 to 2 of 2

Thread: moving AnyLink CSS Menu v2.2 to top of images

  1. #1
    Join Date
    Nov 2009
    Posts
    1
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default moving AnyLink CSS Menu v2.2 to top of images

    1) Script Title: AnyLink CSS Menu v2.2

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

    3) Describe problem: I have got Ultimate Fade In Slideshow v2.0- running on the page as well and the drop downs I have created are appearing behind the images - is there a way of putting the drop downs on top?

    Thanks

    Clare

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Raise the z-index for the three selectors that have them in the anylinkcssmenu.css file. These occur (with suggested changes shown) here:

    Code:
    .anylinkcss{
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    border: 1px solid black;
    border-bottom-width: 0;
    font: normal 12px Verdana;
    line-height: 18px;
    z-index: 10000; /* zIndex should be greater than that of shadow's below */
    background: lightyellow;
    width: 200px; /* default width for menu */
    }
    here:

    Code:
    .anylinkcsscols{
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    border: 1px solid black;
    padding: 10px;
    font: normal 12px Verdana;
    z-index: 10000; /*zIndex should be greater than that of shadow's below*/
    background: #DEFFCA;
    }
    and here:

    Code:
    .anylinkshadow{ /*CSS for shadow. Keep this as is */
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999; /*zIndex for shadow*/
    background: black;
    visibility: hidden;
    }
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. The Following User Says Thank You to jscheuer1 For This Useful Post:

    crwffd (11-21-2009)

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
  •