On my website http://bit.ly/nSjxau I have box-shadow applied to the top menu. Of course, I want this to show on IE too.
So I've applied this code for IE8 and lower:
zoom:1; /* This enables hasLayout, which is required for older IE browsers */
/* For IE 5.5 – 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=140, Color=’#444444’);
/* For IE 8 */
-ms-filter: “progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=140, Color=’#444444’)”;
But as you can see on the website, that doesn't work. What am I missing? Thanks!
box-shadowunder the carousel is great! How did you do it? – Bojangles Sep 18 '11 at 22:07