Tutorials on setting min-max dimensions for IE6
If the width of a website can be adjusted with the broswer window as in liquid layouts, a minimum width should be set so the layout doesn't break at a narrow width. This can be achieved using CSS or javaScript. Also CSS hacks for fixing the minimum height of elements in IE6.
- css ie min-max dimensions
-
Antix.co.uk - Min-width in IE
Using IE's Dynamic Properties to set a minimum width of a div to work in Internet Explorer.
-
Doxdesk.com - CSS minimum and maximum sizes
Using Javascrpt to get Internet Explorer to recognise min and max width and height as if it were a proper browser.
-
CSSplay.co.uk - CSS min and max
Using CSS elements to force Internet Explorer into min and max width and heights.
-
Dustindiaz.com - CSS min height fast hack
Using {height:auto !important;} to achieve minimum height across browsers.
-
Mezzoblue.com - Min height hack
A tutorial for using minimum height across browsers - applies the solution in a example.
-
Wellstyled.com - Min height
A tutorial for using minimum height - this one uses an atribute-selector : div[class] .box {height:auto;} which is ignored by IE.
-
Gunlaug.no - Min/max with IE-expressions
Using IE-expressions to simulate proper CSS handling in Internet Explorer 5 and 6.