Hi,

Okay, here goes! I want to achieve this layout 
freelancealot.co.uk/test/Retreat_Wellness_Centre.jpg

Which would be easy if I were going for a fixed-width layout, however I 
want the layout to be full-width (100%), also easy enough, but then I 
want the left-col and right-col to be liquid and the centre col fixed 
to the width of the picture and it's border. Am I being too optimistic 
here... or maybe missing an obvious solution to the layout requirement. 
 From the point of SEO, I'd like the left-col and right-col to appear 
first, if possible - I'm thinking of the markup looking similar to 
below:


<div id="container">
        
        <div id="content">
                <div id="left-col"> text </div> <-- liquid
                <div id="right-col"> text </div> <-- liquid
        </div>
        
        <div id="centre-col"> main image </div> <-- fixed-width (max-width?)
        
        <div id="footer"> ...
                <div id="left-footer"> </div>
                <div id="right-footer"> </div>
        </div>
</div>

Any help/pointers much appreciated - I seem to be having a brain freeze 
on this one.

Thanks,

Tracy

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to