Results 1 to 4 of 4

Thread: Need help with lightbox 2.04 and IE

  1. #1
    Join Date
    Feb 2011
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Need help with lightbox 2.04 and IE

    1) Script Title: lightbox2.04

    2) Script URL (on DD): http://www.dynamicdrive.com/forums/s...ad.php?t=49527




    3) Describe problem: In IE the lightbox opens not in the middle also the background doesn't cover the whole browser window. With the images
    there is also a problem that the white frame is too big only at "bild10"
    it fits. Any suggestions what goes wrong here? In FF everything fits.

    This is the site: http://www.styling-food.de/test2/fisch.html

    Thank & Regards
    downtown

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

    Default

    Ok I just viewed using IE6/7/8 and it looks as it should be dont use IE9 yet so cant say...to fix the background not filling the whole page you can try this, In the lightbox css file you will see the code below this should fix what you mentioned but I cannot say what maybe wrong as it looks ok to be in the browsers I tested with...

    Before
    Code:
    #overlay{ 
    position: absolute; 
    top: 0; 
    left: 0; 
    z-index: 90; 
    min-width: 100%; 
    height: 500px; 
    background-color: #000; 
    }
    After
    Code:
    #lbOverlay {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    }
    Last edited by SillyoldDuffer; 03-02-2011 at 12:36 AM. Reason: To wrap code

  3. #3
    Join Date
    Feb 2011
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Background problem fixed/Image problem still exists

    Hi,
    thanks for your suggestions..I tried it and the background fills the whole
    browser window...great!. But the problem with image container still exists.
    When you have the time to look at it you will see that for example the image
    with the spoon (second picture), the white surrounding framing is bigger as
    on the 3th. picture with the pan and the three shrimps. Do you have any idea
    to fix this...I will try now @work maybe my IE6 is to old;-))

    Thank you very much.

    Regards
    downtown

  4. #4
    Join Date
    Feb 2011
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default That's strange....

    Hi,
    seems that when I work local on the site I get this strange layout problems.
    Because when I go to the page on the internet, the script warning doesn't appear. When I work local I have to admit the script first otherwise the site is blocked by IE. Do you know, how I can get rid of this behaviour?

    I've tested the page on the internet with IE7/8 and FF and as you say it looks
    normal. No strange framing or background problems. I think I hate IE.;-))

    Regards
    downtown

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
  •