Click here to Skip to main content
15,913,115 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello everyone,

I created a web site, but i want my web site to look good in ie7 ,too. I give some css to style my web site;

CSS
background: -moz-linear-gradient(top, #0b2b61, #1153c0);
background: -webkit-gradient(linear, left top, left bottom, from(#0b2b61),to(#1153c0));
background: -o-linear-gradient(#0b2b61, #1153c0);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0b2b61', endColorstr='#1153c0'); /* this is for ie


So, it works. But i want to add an box shadow property. Is there a way to define new "filter" or add parameters to handle both filters (gradient and box shadow).

Thanks,
Posted

1 solution

No. CSS3 suppport in IE7 is quite limited.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900