thanks everyone for that help! i commented out the heights on every single div, and my footer popped right down where the content ended, what a load of work off my back! that time i really learned something.
but i still had to add a height to my header image for some reason not sure why. anyway, newbreed i used your code to adjust the footer , and it looks good in firefox, but still is coming up short in IE6.
here is the homepage now for the site,
http://derekvanderven.com/jewel_gallery/home.html
here is the code i used
Code:
#footer {
margin: 0 auto 0 auto;
width: 100%;
/* height: 20px; */
background-color: #D56C26;
color: #000000;
padding: 5px 0 5px 0;
clear: both;
text-align: center;
}
ps- my selling of website dreams are over until i even get to the intermediate level, HAHA> i need some serious basics. and i want to work for a company one day in the far future instead of freelancing if i can.
Last edited by silverglade; 04-02-2009 at 05:39 PM..
|