Where Did I go Wrong?
Posted: 04 January 2008 04:55 PM   [ Ignore ]
Newbie
Rank
Total Posts:  1
Joined  2008-01-04

Hello everyone,

I am new to this site.  Its great!

I am learning CSS, and trying to build a website without tables, but I am having problems and need help.  Maybe I should just go back to tables?

I am building the site on my server right now until it is ready to go on the clients site.

http://www.designbyfox.net is the website.
http://designbyfox.net/default.css is the css code.

I am trying to make it so there is a white border at the bottom of the page, and it will be auto, meaning the background will grow as the page grows.  So I have a bottom image for the footer, but after the footer, the background image of the body continues.  I have tried adding in several < /div > but that doesn’t work.

I hope someone can tell me what code to add where and help me out.

So let me know.  And let me know if I should just switch back to tables. 

Thank you!

Heather

Profile
 
 
Posted: 11 January 2008 11:51 AM   [ Ignore ]   [ # 1 ]
Member
Avatar
RankRankRank
Total Posts:  52
Joined  2007-11-08

Hi..

I’m sorry for my poor English, but i didn’t quite understand what your problem was..In case you need to have a space after your footer, you just need this pieace of code

body
{
padding:10px 0;
}

You might have to put values for margins too when doing the cross-browser support of your document..

Profile