Validating lightbox.css

Associate
Joined
18 Oct 2002
Posts
2,055
Location
Southend-on-Sea
I've added some images to my site using Lightbox but seem to be behaving a problem validating my CSS now. The problem code:

Code:
* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");
}
The errors:

24 * html #overlay attempt to find a semi-colon before the property name. add it
24 * html #overlay Property progid doesn't exist : DXImageTransform
24 * html #overlay Parse Error DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");
25 * html #overlay Parse Error }

Anyone come across this before? Googled but can't find anything.

Thanks.
 
Never mind, seems to be an IE6 hack for Lightbox 1. Upgrading to version 2 apparently sorts it. Going to try that now.
 
Back
Top Bottom