Jump to content
Sign in to follow this  
rsm8186

Feature background not lining up in Internet Explorer

Recommended Posts

rsm8186

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

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

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

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

Thanks Jimmy! That worked like magic.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×