June 27, 200917 yr <link rel="stylesheet" type="text/css" href="styles.css" /> <!--[if lt IE 7]><link rel="stylesheet" type="text/css" href="ie.css"/><![endif]--> hey all. my site looks fine in firefox, but is a few pixels off in IE. i have a different style sheet for ie (see above), but when i edit it the site doesn't change in IE. any thoughts? thanks. Edited January 29, 201016 yr by Sam G added [code] tags
June 27, 200917 yr hello is this of any use to you http://www.quirksmode.org/css/condcom.html and make sure you put the firefox css before the IE css
June 27, 200917 yr <!--[if lt IE 7]> Means... if less than ie7 load this... If you need to target ie7 too, use this <!--[if lte IE 7]> Which mean, if less than or equal to, do this... Also make sure your conditional css come's last, so it overwrites the default. Edited January 29, 201016 yr by Sam G added [code] tags
Create an account or sign in to comment