max-width

  1. developr
    Der Internet-Explorer 6 versteht leider das Attribut min-width und max-width nicht. Abhilfe schafft aber dieser kleine Hack mittels Java-Script. #container{ min-width:750px; max-width:980px; width:expression (document.body.clientWidth < 900? "750x": "980px"...
Oben Unten