PDA

View Full Version : CSS differences between IE and Firefox



rschoenbach
June 10th, 2008, 02:50 AM
Can somebody please help me figure out why my page looks different in firefox and in ie?

link is dev.ryanschoenbach.com (http://dev.ryanschoenbach.com)

Thanks.

Syous
June 10th, 2008, 04:18 AM
IE just sucks, and until IE8 comes out you're going to have to keep tweaking it to fix it. I'm not sure exactly what IE is reading different than firefox because I'm using a Mac but I know that you can put *+html infront of a class or id name and those properties will only render for IE.

for example,
*+html .classname {
someparam;
} would only be read in IE.

rschoenbach
June 11th, 2008, 12:46 AM
Thanks. I will try this out.