Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Dec 19, 2012 10:17 PM by grundebar
0 Points
2 Posts
Dec 19, 2012 05:56 PM|LINK
Hello,
I am using the following to get a background color. Seems like the 'filter' property is not known in CSS2.1
Is there any way to get the same output as below, which we can acheive in CSS 2.1 ? ( may be using different properties other than 'filter')
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffhfgf', endColorstr='#ffffff',GradientType=0 );
Thanks in Advance for your help,
I appreciate your help in advance for ASAP replies.
Regards,
Jord
Contributor
4515 Points
726 Posts
Dec 19, 2012 10:17 PM|LINK
filter is a Microsoft specific CSS construct. Check this site for how to do this cross-browser.
maverickjord
0 Points
2 Posts
Validation CSS2.1 : 'filter' is not a known CSS property name.
Dec 19, 2012 05:56 PM|LINK
Hello,
I am using the following to get a background color. Seems like the 'filter' property is not known in CSS2.1
Is there any way to get the same output as below, which we can acheive in CSS 2.1 ? ( may be using different properties other than 'filter')
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffhfgf', endColorstr='#ffffff',GradientType=0 );
Thanks in Advance for your help,
I appreciate your help in advance for ASAP replies.
Regards,
Jord
grundebar
Contributor
4515 Points
726 Posts
Re: Validation CSS2.1 : 'filter' is not a known CSS property name.
Dec 19, 2012 10:17 PM|LINK
filter is a Microsoft specific CSS construct. Check this site for how to do this cross-browser.
Remeber to Mark as Answer if this post helped you.