Lightbox IE Problem

Discussion in 'CSS' started by bmorejon, Jul 17, 2008.

  1. #1
    Hi,

    I installed the Lightbox2 in my site: http://www.w3masters.com.br/sobre.php

    But there's a problem when opening the images in IE7. It only shows half of the transparent in the background.

    Here's the CSS:

    #lightbox{	position: absolute;	left: 0; width: 100%; text-align: center; line-height: 0; z-index:20100;}
    #lightbox img{ width: auto; height: auto;}
    #lightbox a img{ border: none; }
    
    #outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto;  }
    #imageContainer{ padding: 10px;}
    
    #loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
    #hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
    #imageContainer>#hoverNav{ left: 0;}
    #hoverNav a{ outline: none;}
    
    #prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
    #prevLink { left: 0; float: left;}
    #nextLink { right: 0; float: right;}
    #prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
    #nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }
    
    #imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; border:1px #333333; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }
    
    #imageData{	padding:0 10px; color: #666; }
    #imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
    #imageData #caption{ font-weight: bold;	}
    #imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
    #imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	
    
    #overlay{ position: absolute; 
    		top: 0;
    	    left: 0; 
    		z-index: 20000;
    		width: 100%; 
    		height: 500px; 
    		background-color: #000; 
    }
    HTML:
    Does anyone know how to fix it ?

    Thank you.
     
    bmorejon, Jul 17, 2008 IP
  2. yankzilla

    yankzilla Peon

    Messages:
    159
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Cited from the lightbox website itself. Hopefully this helps.
     
    yankzilla, Jul 17, 2008 IP
  3. bmorejon

    bmorejon Peon

    Messages:
    13
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Thank you for the reply.

    I already tried this, but my web site is in the center (can't set margin and padding 0) and I'm using the Lightbox v2 (http://www.lokeshdhakar.com/projects/lightbox2/)
     
    bmorejon, Jul 17, 2008 IP