Hi there, I was wondering if someone could help me out here. on my page http://shacow.com/dev.html I have an image that is supposed to be fixed to the bottom of my main div, the idea is, when their is more text on that page, and it become scrollable the image will stay in its place and the text will scroll without the image moving. but for some reason that isnt working. ive tried #foldingathomeprogress { text-align: center; display: block; position: fixed; } I hope someone can help me because this is driving me insane thank you all, Shaun
Does it need to be selectable? If not just put it in the background and use background positioning. There's other ways tho.