3

If you go to http://mattculbreth.com or http://mattculbreth.com/projects.html in IE <= 8, you'll see shadows around the text. Safari, Chrome, and FireFox all render this correctly.

From looking at the CSS, can anyone tell how to make this look better in IE? IE 9 looks ok (but it doesn't get the gradients, which I'm fine with).

Edit 1: I got this template from a designer. It uses the latest in CSS magic so I'm not shocked by less than perfect IE performance here. The CSS files are here and here and here.

Thanks a lot!

Matt

4

3 に答える 3

2

編集#1:すべての「FILTER:progid:DXImageTransform.Microsoft.dropshadow(...);」を削除します あなたのtheme.cssファイルからの属性とあなたは行ってもいいです。

于 2010-07-20T20:57:29.720 に答える
1

Looks like it's being generated by theme.css, the a few classes apply the dropShadow filter, including .box, .navwrap, P.link A, and more. I can't quite figure out which one is actually causing the drop shadow, as they shouldn't be applied. You can play around with removing them to see which fixes it.

于 2010-07-20T20:49:12.853 に答える
0

すべてのCSSファイルからプロパティを削除するtext-shadowとうまくいくはずです。私の理論では、mc.cssでオーバーライドされても、IE9.jsは野心的であり、それを適用しています。

于 2010-07-20T21:00:41.183 に答える