PDA

View Full Version : Footer, HELP



adamFTW
06-12-2007, 02:30 AM
How do I make it so, the footer text stays at the bottom of the users screen?

wazup999
06-12-2007, 02:41 AM
lol what do you mean it just random floats up to the top of the screen like magic?

adamFTW
06-12-2007, 02:43 AM
No,

The footer text automatically stays at the bottom of thepage by default.

wazup999
06-12-2007, 02:45 AM
Lol isnt that what u want it to do though?

or are u telling me u want it at the bottom

Confusing

-Edit- Could you post the link to your site can't really solve it without something i can see

Recursion
06-12-2007, 07:41 AM
in the CSS put the positioning to absolute then set it 0pixels from the bottom, I have a bottom bar going across a page and I use this:



#bottom_bar12 {
background-image: url(grey_bot.PNG);
position: absolute;
height: 29px;
width: 100%;
left: 0px;
bottom: 0px;
}

Notice the 'absolute' positioning and the bottom and left positioning ;)

Want to hide these adverts? Register an account for free!