Absolute position an image in body question

Hi all,

Can anyone explain how I use absolute position on an image when using only the body? I want to position the image at the bottom right of the page but the image just disappears?

Page http://www.kylehouston.com/testing/position/

sorry, missed out the url in calling the background. thanks

Hi are you sorted now?

Remember that the absolute position won’t always be the bottom right corner if the page has scrolled due to other content. You could instead use position:fixed to keep the image on the bottom right corner at all times (won’t work in IE6).

Yeah got sorted, cheers for that Paul! Il keep in mind position: fixed