yodaamidala
Member
Posted 5 years ago #
Hi! I need help. I'm trying to position a div layer to the bottom, following the content area [where my posts will appear]. I want it to appear at the bottom, adjusting to however the height of the content area is. Can anyone help me? [something like --> http://www.tabulas.com/~lauryn
No matter how bad it is ;) a uri to let the guys see the darn thing would help.
At a guess you need to add clear: both to the css for the footer div (if that indeed is what you are trying to do). HTH
yodaamidala
Member
Posted 5 years ago #
http://www.whapak.com/wordpress/ <-- this ismy site. I have a foot image for that so it wouldn't look cut off. I just don't know how I'd be able to pull it off.
ABetterUsername
Member
Posted 3 years ago #
This is the exact problem I have. Was it ever resolved? I just want to stick something under everything.
ABetterUsername
Member
Posted 3 years ago #
I doubt yoda's around to mark this "resolved," but people might find this doing a search like I did.
You can drop a div layer below everything else by setting it as z-index:-1. The default is 0, so that should put it behind everything.