Portal Engine Questions on portal engine and web parts.
Version 5.x > Portal Engine > Fixing Lightbox IE White Dot Issue View modes: 
User avatar
Member
Member
michael-thefamousgroup.com - 12/13/2010 11:06:32 PM
   
Fixing Lightbox IE White Dot Issue
Hi

After setting up the default lightbox image gallery, we have found that when the large images are viewed in Internet Explorer, white dots appear in the images.

After some Googling we found this to a common issue with lightbox but there is a fix - setting the background of the holding container to black.

In the standard lightbox files this is the #outerImageContainer div.

However, as lightbox is integrated within the CMS we can't seem to locate where we could update this css.

Where do we find this to change the background css?

Thanks
Michael

User avatar
Kentico Consulting
Kentico Consulting
kentico_borisp - 12/14/2010 1:44:29 PM
   
RE:Fixing Lightbox IE White Dot Issue
Hello,

The background should have the id outerImageContainer and imageDataContainer.

I would also suggest you to debug the styles with some debugging tool like firebug for Firefox or web developer toolbar for Internet Explorer.

Best regards,
Boris Pocatko

User avatar
Member
Member
michael-thefamousgroup.com - 12/14/2010 7:04:05 PM
   
RE:Fixing Lightbox IE White Dot Issue
Hi Boris

Thanks. There is no outerImageContainer and imageDataContainer style in the site's CSS file. Does it exist elsewhere? Or shall we just create those IDs within the existing CSS file?

Thanks
Michael

User avatar
Kentico Consulting
Kentico Consulting
kentico_borisp - 12/20/2010 3:18:20 AM
   
RE:Fixing Lightbox IE White Dot Issue
Hello,

Yes, you are right. If there is no style definition for those IDs please try to create one.

Best regards,
Boris Pocatko