min-width and max-width fix for IE
Thursday, February 9th, 2006For a long time now CSS has had the following properties: max-width, min-width, max-height, and min-height. Unfortunately, Internet Explorer 6 does not interpret them. I have elaborated on a way to induce similar behavior using Javascript expressions in CSS. The Javascript uses a nested inline if statement. This trick will validate [...]