Category Archives: css

Solution for IE 6 & 7’s min-width, max-width, min-height, max-height problem

Problem: IE 6 and IE 7 does not support min-width, min-height, max-width, max-height css properties. CSS code with these properties work very well in other browsers.
Solution: IE provides Dynamic Properties to solve this problem. IE provides “expression“  propert/function which is evaluated at runtime and the value is assigned to the CSS property.
For example: Lets look [...]

Also posted in javascript | Tagged , , | Leave a comment