Skip to main content

IE 6 Hacks 1212 Responses

Last post: 3 years, 6 months ago | Thread started: Nov 20, 08, 2:09 p.m.

RespondNew TopicDisable Images

Out of context: Response #8 [Nov 20, 08, 2:09 p.m.]

  • 303

    I only use min-height trick for IE6, don't know is it hack or not, whatever it is called now:

    min-height: 120px; - for modern browsers, IE7 knows it
    height: auto !important; - IE6 doesn't recognise !important
    height: 120px;

    and you have min-height for IE6, and finito;

    • does height: auto even do anything?7point341/3
      that's not a min-height trick, it's a !important trick ;)rafalski2/3
      7.34 - doesn't matter, it's overridden for IE6 in the next linerafalski3/3
    next note >+ add note

    You must be logged in to add a note. Login now or register for an account.

    Cancel

Skip to main content