Tutorials on setting min-max dimensions for 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.
-
Svendtofte.com - Max with IE-expressions
A tutorial on using IE-expressions to produce a max with in either EM or Px in Internet Explorer 5 and 6.
