[thelist] help with fluid css layout

ben morrison morrison.ben at gmail.com
Fri Jul 22 11:30:33 CDT 2005


On 7/22/05, Sarah Sweeney <mr.sanders at designshift.com> wrote:
> For future reference, here's the final, working layout (I reduced the
> max-width to 1000 so I could test it on my monitor, which only goes to
> 1280x1024):
> http://sarah.designshift.com/test/20050719-layout-final.html

You could also specify a min-width and place min/max on the body
instead of individual divs

  body{
  padding:0;
  margin:0;
  font-family:sans-serif;
  min-width:770px;
  max-width:950px;}

the max-width expression isnt working here in IE6.

I have used dox-desk minmax.js in the past:

http://www.doxdesk.com/software/js/minmax.html

there is a slight flicker/jump when re-sizing....

ben


More information about the thelist mailing list