Results 1 to 6 of 6

Thread: Ie8

  1. #1
    Member Royale-Graphics's Avatar
    Join Date
    May 2009
    Location
    Nottingham
    Posts
    34
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Smile 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

  2. #2
    Member Royale-Graphics's Avatar
    Join Date
    May 2009
    Location
    Nottingham
    Posts
    34
    Thanks
    0
    Thanked 0 Times in 0 Posts
    BTW it isn't for one of my websites. Its for a company that my boss owns:

    www.carbisbayholidays.co.uk

    If this helps anymore

  3. #3
    Junior Member
    Join Date
    Jun 2009
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts
    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

  4. #4
    Senior Member
    Join Date
    Mar 2009
    Location
    Hampshire
    Posts
    164
    Thanks
    0
    Thanked 0 Times in 0 Posts
    use a reset stylesheet ftw

  5. #5
    Junior Member
    Join Date
    Jul 2009
    Location
    Leeds
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Not a great way to fix it but it does the job:
    Code:
    <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
    Last edited by omikeo; 07-09-2009 at 10:28 AM.

  6. #6
    Senior Member
    Join Date
    Mar 2009
    Location
    Hampshire
    Posts
    164
    Thanks
    0
    Thanked 0 Times in 0 Posts
    fix it in the css properly, don't resort to hacks like that cos MS couldnt be arsed to fix their sh*t!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •