Category Archives: CSS Solutions and Tips

Standard compliant CSS Min Width and Max Width for IE6

It’s not actually a pure CSS tricks/hacks, as we all know, IE6 doesn’t support CSS minimum and maximum width but we can achieve those properties to work using DOM manipulation.
I used jQuery library to make my DOM manipulation simple and easy.
First step, get the CSS min width and max width value defined in the CSS [...]

7 Comments