thisnameistaken, not being able to use it shouldn't stop you from using what IE does offer. IE does offer CSS expressions, which do allow you to mimick min/max-height/width. In combination with conditional comments only IE will get the proprietary code.
I've recently finished a project in which the layout uses both a min-width and max-width. There are some annoying issues to get around, but it's a viable solution. In a perfect world, we'd only use standard solutions, but there's no such thing as a perfect world, unfortunately. CSS expressions are the best IE can offer you.
I've recently finished a project in which the layout uses both a min-width and max-width. There are some annoying issues to get around, but it's a viable solution. In a perfect world, we'd only use standard solutions, but there's no such thing as a perfect world, unfortunately. CSS expressions are the best IE can offer you.