PDA

View Full Version : IE Style Hacks


bullock_d
February 28th, 2006, 12:43
My theme is not displaying very nice in IE which is typical I am sure but I was wondering if there are any know css adjustments that I can use to clean it up a bit. Thanks.....

bobdogg
February 28th, 2006, 10:32
if you dont care about your code validating, go ahead and use the underscore hack (http://wellstyled.com/css-underscore-hack.html)

If you do care about your code validating, put all the CSS meant for IE in a seperate CSS file and reference it from your html file with IE conditional statements.

Th3 ProphetMan
February 28th, 2006, 10:45
in case you go for the second option which i recomend, here's some recommended reading :) http://www.positioniseverything.net/articles/ie7-dehacker.html