Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Mar 21, 2012 11:51 AM by roopeshreddy
Member
131 Points
124 Posts
Nov 17, 2011 08:49 AM|LINK
when i use filter in my css then w3c validator gives me parse error and the error is :
Parse Error . html #overlay{ background-color: #333; background-color: transparent; background-image:url(../../Scripts/Lightbox/Images/blank.gif); filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader (src="overlay.png", sizingMethod="scale")"; }
code m attaching below:-
* html #overlay{ background-color: #333; background-color: transparent; background-image:url(../../Scripts/Lightbox/Images/blank.gif); filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src="overlay.png", sizingMethod="scale"); }
All-Star
20143 Points
3327 Posts
Mar 21, 2012 11:51 AM|LINK
Hi,
Obviously! Since Filter works only with Microsoft IE browsers and it's not a W3C stanndard, hence the error!
You can ignore it!
Hope it helps u...
direct_tarun
Member
131 Points
124 Posts
Parse Error in using filter in css file
Nov 17, 2011 08:49 AM|LINK
when i use filter in my css then w3c validator gives me parse error and the error is :
Parse Error . html #overlay{ background-color: #333; background-color: transparent; background-image:url(../../Scripts/Lightbox/Images/blank.gif); filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader (src="overlay.png", sizingMethod="scale")"; }
code m attaching below:-
* html #overlay{ background-color: #333; background-color: transparent; background-image:url(../../Scripts/Lightbox/Images/blank.gif); filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src="overlay.png", sizingMethod="scale"); }roopeshreddy
All-Star
20143 Points
3327 Posts
Re: Parse Error in using filter in css file
Mar 21, 2012 11:51 AM|LINK
Hi,
Obviously! Since Filter works only with Microsoft IE browsers and it's not a W3C stanndard, hence the error!
You can ignore it!
Hope it helps u...
Roopesh Reddy C
Roopesh's Space