semi-liquid layout (was Re: [Web4lib] Nielsen's Top 10 - 2005 ver sion)

Thomas Dowling tdowling at ohiolink.edu
Wed Oct 19 15:25:46 EDT 2005


Broun, Kevin (NIH/NCI) wrote:

>
>div#main {min-width: 650px; max-width: 900px; width:
>expression(document.body.clientWidth > 900 ? "900px" : "auto");}
>
>  
>
You may want to experiment with something like:

  min-width: 30em;
  max-width: 50em;

I have some pages in place with directives like:

  width: 44em;
  max-width: 95%;

At least IMO, the appropriate measurements for the width of a text block 
are relative to the font size, not physical or pixel dimensions.

-- 
Thomas Dowling
tdowling at ohiolink.edu


More information about the Web4lib mailing list