Aaron Gray wrote:
> Is it possible to have a three column layout with fixed width left and right 
> columns , and variable width center column, WITH a minimum width, using div's 
> ?
>
> Or can the minimum width center column only be done with tables.
>
> If it is possible could you give me an example, or example code please.
>
> Many thanks in advance,
>
> Aaron
>
>   
If I understand correctly, one way you might accomplish this is to use 
the 3column layout on this 
page<http://www.alistapart.com/articles/negativemargins/> . Once you 
have that working cross-browser(including IE), wrap the /entire/ layout 
in another wrapper, called #whatever and assign a min/max width to it, 
like so:
#whatever { max-width: 1200px; min-width: 550px; width: 99%;  margin: 0 
auto;}.
Get that working in compliant browsers. Providing that there are no 
other glitches, getting IE to cooperate with min/max width is not 
difficult. Write the list on how to do this, but only after all other 
cross-browser issues are resolved. 
Best,
~dL


-- 

http://chelseacreekstudio.com/ca/ccs/pow/pow.html

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to