Ie8

Hi,

I'm wondering if somebody could help me. I have just installed IE8 and have noticed that on my H2 tags, there seems to be a double spacing above and below. (where as in IE7, there is a single gap above and below)

Is there a way that this can be fixed?

Thanks
Colette
 
Including * {margin:0;padding:0;} at the top of my style sheet has fixed similar issues for me,

it sets all the padding and margins to 0, so you will have to set padding and margins yourself where you want them.

Hope that helps

Stevo
 
Not a great way to fix it but it does the job:
Code:
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
 
Last edited:
Back
Top