|
Get rid of the position:absolute on the CONTENT div and the bottom div should go where you want it - below "content". As it is, you have taken 'content' completely out of the document flow, so the bottom div goes to the top - ignoring "content' completely - which is what happens when you use positioning that way.
After you get rid of the position:absolute on .content, set the margin on .content to margin: 0 auto; to center it.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
"Using or working with IE is like having to wear a 1970's polyester suit with pantyhose and a girdle, to work everyday"
Carolina Corvette Club
|