I tend to use Skiddo Lean for my 3 col header/footer layouts. Very cross
browser compatible

http://webhost.bridgew.edu/etribou/layouts/ 

-----Original Message-----
From: Andy Jarrett [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, April 27, 2005 12:21 PM
To: CF-Talk
Subject: OT: Is this possible with CSS

Hi,

I am having a nightmare trying to replicate a 3 column site with CSS - it
nearly make me want to use <table>'s (did i say that out loud)

To see what i am trying to create go to http://andyjarrett.co.uk/css.gif

For those of you who you can i am trying to create a 3 column site with a
header and footer.

            h e a d e r
-----------------------------------------
left col  | content  |  right col
-----------------------------------------
             f o o t e r

The 3 middle columns should always be 100% of the gap between the header and
footer. With the left and right columns being fixed. In tables it would be

<table border="0" width="100%" height="100%">
  <tr>
    <th colspan="3">&nbsp;</th>
  </tr>
  <tr>
    <td width="100">&nbsp;</td>
    <td>&nbsp;</td>
    <td width="100">&nbsp;</td>
  </tr>
  <tr>
    <td colspan="3">&nbsp;</td>
  </tr>
</table>


I have seen some templates but they rely on the content column to be the
longest. I have never found a solution as solid as the tables version.

Its gotta be do-able - actually its probably well easy but I'm just not
seeing it.

Cheers for any help

Andy J
www.andyjarrett.co.uk



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204833
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to