Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS more ie issues

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #24484
    stoobs3k
    Member

    I’m working on a project and ran into major issues in surprise surprise ie.
    Here’s the url: http://www.stoobs.com/school/XHTML/final/

    Any changes would very helpful. Keep in mind I have the ie7.js running

    #55778
    Rob MacKay
    Participant

    for your header text. IE hates your font sizing, so instead of displaying it anyway, it thinks its a better idea to remove it…

    I changed:

    h1.logotype {
    font: 72px/0 georgia;
    }

    to

    h1.logotype {
    font: 4.5em georgia;
    }

    For the rest I havnt had chance to look yet, but I might get some time a little later :)

    #55795
    stoobs3k
    Member

    I fixed most of the issues using a conditional stylesheet. But of course I would like not have to use this method.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.