Results 1 to 7 of 7

Thread: problem with lightbox image viewer

  1. #1
    Join Date
    Mar 2011
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default problem with lightbox image viewer

    1) Script Title: lightbox image viewer

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

    3) Describe problem: I'm trying to use lightbox image viewer v2.03a with examplemenu_var.js.
    My problem when the larger image pops up, it stays behind my menus. Can someone please tell me how to fix this.

    Thanks

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

    Default

    It is usually a question of changing the z-index of the menu or the lightbox image, but it depends on what kind of menu you are using( if it's a flash based menu the fix would be different). Please provide a link to the page if you need more help.

  3. #3
    Join Date
    Mar 2011
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default lightbox effect

    Quote Originally Posted by azoomer View Post
    It is usually a question of changing the z-index of the menu or the lightbox image, but it depends on what kind of menu you are using( if it's a flash based menu the fix would be different). Please provide a link to the page if you need more help.
    http://www.elsema.com/md2010.htm

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

    Default

    Try increasing the z-index of the lightbox in this part of the css:
    Code:
    #lightbox {
        left: 0;
        line-height: 0;
        position: absolute;
        text-align: center;
        width: 100%;
        z-index: 200;
    }
    200 instead of 100 should do it

  5. #5
    Join Date
    Mar 2011
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Hellow,

    Tried changing the Z-index to 200 but the problem is that it blocks the menu bar on top.

  6. #6
    Join Date
    Mar 2011
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Hellow,

    Tried increasing the Z-index value but the problem is that it now blocks the menu bar on top.

  7. #7
    Join Date
    Mar 2011
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Hi,

    I was able to do the lightbox image effect, all was well expect when the image pop ups the background of the page does not change.

    Can u please tell me how to make the background colour change when the image pop ups.

    This is the link to the page http://ww.elsema.com/md2010.htm

    Thank u.
    Last edited by Seema; 03-31-2011 at 07:21 AM. Reason: forgot the link

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
  •