On 3/28/10 8:59 PM, Dave M G wrote:
> CSS-d,
>
> I got some code from the "CSS3 Please" web site:
>
> http://css3please.com/
>
> For the box-shadow effect, it indicates that it can be used in IE 6, 7,
> and 8. However, when I look at it with my windows machine, which has
> IE8, it doesn't work. The box shadow is rendered like 2 pixel wide
> border on the right and bottom sides. No gradient or transparency.
>
Those Microsoft filters only work when the element they are applied to
has "layout."[1] Try adding "zoom: 1;" to the ruleset for the filter...

[1] http://www.satzansatz.de/cssd/onhavinglayout.html

Cordially,
David
--

______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to