PDA

View Full Version : Position:Absolute cuts off half my footer?



w1sh
May 29th, 2008, 10:08 AM
http://webs.ashlandctc.org/csimmons/sites/actctlc/pages/index_beta2.htm

There is a lot of code, but what happens is:


#footerarea {
position:absolute;
bottom:0px;
}

Cuts off the right side of my footer image. Fixed does too. Static and relative do not (but don't position it bottom:0px; either..)

thats all folks
May 29th, 2008, 10:23 AM
Maybe try setting the width of the footer to the width of your container

w1sh
May 29th, 2008, 10:27 AM
Nevermind. In all my splendor I figured it out. :)
Thanks though.

Edit: Is there a way to delete these threads if you're the thread creator?

thats all folks
May 29th, 2008, 10:32 AM
Just wondering what the answer to the problem was???

w1sh
May 29th, 2008, 10:35 AM
Just wondering what the answer to the problem was???
:)
vertical-align: baseline; - the Footer

But now the content cell won't fit snugly up top.
Arg. Always problems with this CSS stuff. But I need to learn it cause everyone says tables are tubular or something..

Edit: Bah, I didn't fix it after all. Looks like some fake space is gonna be added to make this work. When in doubt, cheat.

simplistik
May 29th, 2008, 10:54 AM
Edit: Is there a way to delete these threads if you're the thread creator?

no

fasterthanlight™
May 29th, 2008, 10:57 AM
:)
Edit: Bah, I didn't fix it after all. Looks like some fake space is gonna be added to make this work. When in doubt, cheat.


Hrmm, i can see why it won't work, because of that ACTC / Contact part ...

if you remove the 15px of top padding on #content, it allows the heading to get *somewhat* up there, but unless my eyes deceive me you're going to have to increase the left and right paddings on #content by about 3px to match the whitespace between CONTENT TITLE and the nav

w1sh
May 30th, 2008, 09:43 AM
Hrmm, i can see why it won't work, because of that ACTC / Contact part ...

if you remove the 15px of top padding on #content, it allows the heading to get *somewhat* up there, but unless my eyes deceive me you're going to have to increase the left and right paddings on #content by about 3px to match the whitespace between CONTENT TITLE and the nav

Too... lazy...