Results 1 to 5 of 5

Thread: Lightbox and Smooth Menu; menu items appear above overlay.

  1. #1
    Join Date
    Jul 2010
    Location
    Bridport, Dorset
    Posts
    58
    Thanks
    6
    Thanked 1 Time in 1 Post

    Default Lightbox and Smooth Menu; menu items appear above overlay.

    Hi Guys,
    I hope you can help me, only a small asthetic problem on my new design..
    http://www.test.steptoes.co.uk

    I have used this script for the menu: (thank you very much)
    http://www.dynamicdrive.com/dynamicindex1/ddlevelsmenu/

    I have also used this script to display images in a nice professional manner.
    http://www.huddletogether.com/projects/lightbox2/

    Problem is when the overlay for the lightbox appears the menu items that have other items inside still appear white and as if they are above the grey overlay.

    Any ideas on this one, I have a feeling it is a CSS problem hence why it is in this category. But it is only a small issue..
    Thanks for your time.

  2. #2
    Join Date
    Jul 2010
    Location
    Bridport, Dorset
    Posts
    58
    Thanks
    6
    Thanked 1 Time in 1 Post

    Default

    Lightbox script is used on the product pages:-
    http://www.test.steptoes.co.uk/product-display.ghtml

  3. #3
    Join Date
    Oct 2009
    Posts
    845
    Thanks
    14
    Thanked 189 Times in 188 Posts

    Default

    in the lightbox.css you can increase the z-index for the overlay. I think 100, for example, would do the trick.
    Code:
    #overlay {
    background-color:#000000;
    height:100%;
    left:0;
    position:absolute;
    top:0;
    width:100%;
    z-index:100;
    }

  4. The Following User Says Thank You to azoomer For This Useful Post:

    lilpete (08-11-2010)

  5. #4
    Join Date
    Jul 2010
    Location
    Bridport, Dorset
    Posts
    58
    Thanks
    6
    Thanked 1 Time in 1 Post

    Default

    Woo Hoo!
    I swear I tried that, it was at 90, which obviously wasn't enough.

    Thanks again azoomer! Jobs a gooden.

    Sites coming on nicely now dont you think??

  6. #5
    Join Date
    Oct 2009
    Posts
    845
    Thanks
    14
    Thanked 189 Times in 188 Posts

    Default

    yes definitely improving. Keep up the good work

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
  •