rsm8186 0 Report post Posted May 15, 2011 Site is here: http://174.120.180.251/~atemmel/ The feature background image lines up great in Chrome and Firefox, but IE sucks. Is there a script I can run where; if browser= IE, run reformatyourcomputer.exe ? The background just won't line up because the margin and padding is interpreted differently in IE, but I'm not sure how to fix. Thanks for any help! Share this post Link to post Share on other sites
catrina 103 Report post Posted May 15, 2011 Have you already checked "Include Google IE Compatibility Script?" in Settings > Misc. Settings? Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites
rsm8186 0 Report post Posted May 15, 2011 I hadn't, so I turned it on. Unfortunately that didn't do anything except make the site kinda "hang" for a second before loading in IE. Share this post Link to post Share on other sites
kastelic 6 Report post Posted May 15, 2011 Looks like your problem is in IE7 which you can target specifically by putting an asterisk in front of the rule like so: (paste into Custom Code -> Custom CSS) #feature{ *margin-top: 0; } If this doesn't work out for you, you can also put a conditional comment in Custom Code -> Headerscripts and put a new rule between style tags. Here's a link about that: http://www.quirksmode.org/css/condcom.html Share this post Link to post Share on other sites
rsm8186 0 Report post Posted May 16, 2011 Thanks Jimmy! That worked like magic. Share this post Link to post Share on other sites