3 col layout: footer problem

This is a discussion on "3 col layout: footer problem" within the Web Page Design section. This forum, and the thread "3 col layout: footer problem are both part of the Design Your Website category.


 Subscribe in a reader

Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices




Reply
 
LinkBack Thread Tools
  #1  
Old Oct 1st, 2005, 20:09
Junior Member
Join Date: Sep 2005
Location: kNot in Kansas
Posts: 30
Thanks: 0
Thanked 0 Times in 0 Posts
3 col layout: footer problem

take a look at this page on a website i'm working on. what can i do to create the spacing (or margins) necessary to maintain the look of the footer at the bottom, without effecting the the footers on those pages which don't need the supplemental spacing?

thanks!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote

  #2  
Old Oct 4th, 2005, 03:00
Reputable Member
Join Date: Sep 2005
Location: Canada, BC
Age: 24
Posts: 239
Thanks: 0
Thanked 0 Times in 0 Posts
place all the content into one div, and have the footer below it
Code: Select all
<div id="head">This is my head</div>
<div id="content">
<div id="rightcolumn">menu item
menu item
menu item</div>
<div id="body">This is my body, blah blah blah</div>
<div id="leftcolumn">This is my left column</div>
</div>
<div id="foot">Yay foot!</div>
The problem with is that your columns may not extend to the bottom of the page. But this is the first solution that came to mind there probaly is a better one.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Tags
col, layout, footer, problem

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
CSS footer problem dangergeek Web Page Design 14 Nov 7th, 2007 20:41
Problem with my footer background image in IE dthomas31uk Web Page Design 3 Jul 1st, 2007 12:49
3 column 100% Height, just problem with footer ricc Web Page Design 2 Feb 27th, 2007 13:38
firefox footer problem... meccano Web Page Design 3 Jul 1st, 2006 21:19
2 column layout, footer problem svenjafour Web Page Design 13 Dec 1st, 2005 09:25


All times are GMT. The time now is 19:13.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42