Forum Moderators: not2easy

Message Too Old, No Replies

3 column - 2 column fixed layout

Any resources for this kind of layout

         

tomda

12:09 pm on May 5, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Hi, I have already my site in a 3-column fixed layout and I want to improve it a bit (for my Adsense).
This is the format I would like to have, with the col3 going up to the footer.

*****************
*.....HD........*
*****************
*.C.*..C..*..C..*
*.O.*..O..*..O..*
*.L.*..L..*..L..*
*.1.*..2..*..3..*
***********.....*
*.........*.....*
*...COL4..*.....*
*.........*.....*
*****************
*.....FT........*
*****************

Could you let me know if this is posible and cross-browser friendly (with a limiter number of hacks if possible).

Thank you

Stormfx

2:47 pm on May 5, 2005 (gmt 0)

10+ Year Member



You could do it with a table or you could nest divs to create the same effect. However I normally wouldn't consider the div method something I'd refer to as cross-browser and/or lightly hacked, as you'll be limited to browsers with decent support for CSS, which at the moment is basically only the Mozilla family.

tomda

6:04 am on May 6, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Thanks.
If I understood it well I should then have a simple 2-columns layout (col4 and col3) and use nested tables for the col1 and col2.