Re: FN-FORUM: css positioning question
date posted 20th August 2004 15:43
Nick Grimshaw wrote:
> Don't know whether it's suitable for your design, but could you use
> 'min-width: 1024px' on the body/html element (depending upon whether
> your HTML is X or not)?
min-width seems ill-supported cross-browser (ergo, IE doesn't support it).
However that does sound like the solution needed, so:
http://www.doxdesk.com/software/js/minmax.html
There are scripts there to fix min & max-width in IE.
HTH,
Aaron