secretsquirrel
Programmer
hi,
i'm looking for a fool-proof, catch-all solution to prevent my site from squashing below a minimum width in IE. the entire site is contained within a wrapper div which has a 100% width and a fixed min-width (which works in FF, opera, etc.)
in IE and when the browser window is resized below a certain width, the floated elements in the page start to stack, leave chunks of whitespace, etc. and look awful.
i know that IE doesn't support min-width and i've looked at all kinds of solutions on the web (including javascript expressions in my CSS, sneaky use of borders and margins, etc), but none of them seem to make any difference.
does anyone know of a catch-all solution that i can apply across every page on my site?
btw... i'm testing on IE6.
thanks,
ss...
i'm looking for a fool-proof, catch-all solution to prevent my site from squashing below a minimum width in IE. the entire site is contained within a wrapper div which has a 100% width and a fixed min-width (which works in FF, opera, etc.)
in IE and when the browser window is resized below a certain width, the floated elements in the page start to stack, leave chunks of whitespace, etc. and look awful.
i know that IE doesn't support min-width and i've looked at all kinds of solutions on the web (including javascript expressions in my CSS, sneaky use of borders and margins, etc), but none of them seem to make any difference.
does anyone know of a catch-all solution that i can apply across every page on my site?
btw... i'm testing on IE6.
thanks,
ss...