sIFR IE7 fail :( help?

Out of context: Reply #13

  • Started
  • Last post
  • 15 Responses
  • brains0

    yeah, I've fought the same problem, gave up and just named a class .headlinetext, because all browsers interpret h1 & h2 differently it is a bit of a pain.

    apple uses a weird workaround in their css, not sure if this would help you.

    .clearer {
    clear:both;
    display:block;
    font-size:1px;
    height:0pt;
    line-height:1px;
    margin:0pt;
    padding:0pt;
    }

    • Never actually tried giving a div this class as well, declared before your actual h1 of course. It's a shot in the dark.brains

View thread