|
If that is all the code used on the site, it looks to me like your missing the code that customizes the lightbox.
#overlay{ background-image: url(overlay.png); }
* html #overlay{
background-color: #000;
back\ground-color: transparent;
background-image: url(blank.gif);
filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src="o verlay.png", sizingMethod="scale");
}
Last edited by davidhowland14; 03-22-2008 at 04:49 PM..
|