Jump to content

Bottom positioning


Flic

Recommended Posts

Hi,I'm trying to position something on the bottom right corner of my page using CSS. I'm using the following code to do that but it hasn't come out how I wanted.

#bottom {position: absolute;bottom: 0px; right: 0px;width: 500px; height: 30px;background-color: #D5DCFF;border-style: solid; border-width: 1px; border-color: #000000;}

It does position it on the bottom right perfectly, until the content runs longer than the page, the div doesn't move to accommodate it. I've tried relative positioning but that was worse.Any pointers to make this work would be much appreciated!Thank you

Link to comment
Share on other sites

Are you trying to position it so no matter how down the page you go it still stays in the same place and it goes down with you as you scroll down?If you are you might want to snag the code from this page:[removed]Whatever helps. :)

Edited by RahXephon
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...