Hello, my first post here :-) 

I am interested to find out if it is possible to create a particular layout
using CSS

The layout I'm after is: 
3 Columns: a Fixed center with Fluid left and right columns 

 

I was pointed to this list, being told that if there is anyone who would
know, they'd be lurking somewhere here :-D

Everybody can seem to create the opposite layout with ease (fixed left/right
columns, fluid center), but I cannot find anywhere that does this 'other'
layout! 
I would like a three column layout, with the left being fluid, and the
center being a fixed width, and the right being fluid. 

So you would end up with something like this:
http://www.bluerobot.com/web/css/center1.html 
BUT if you can imagine that instead of white/blank/empty/unusable space on
either side of the content box, there would actually be fluid left/right
columns ... 
This is what I am hoping to find a solution for. . . 

Surely it has to be possible somehow? no? 

Or is it technically impossible.

 

You can create a similar effect with tables:

(I hope this works ok)

 

<table width="100%" border="0" cellspacing="0" cellpadding="0">

  <tr>

    <td bgcolor="#666666">&nbsp;</td>

    <td width="400" bgcolor="#3366FF">&nbsp;</td>

    <td bgcolor="#666666">&nbsp;</td>

  </tr>

</table>

 

So I figured that you should be able to use CSS as well .....

If anyone has any suggestions or expertise that surpass mine , your help
would be greatly appreciated ... 

Sorry if the solution is dead simple, and I'm just think ... :-)

Thank you kindly for your time, 
Cheers, 
KJ

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- 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