Hi I want an image displayed at the bottom of a page. I used obsolute position with bottom=0: { position:absolute; left:5px; bottom:0px } Code (markup): but it appears at the bottom of the user's screen not the page. is there a solution? please visit my code result at:http://rooyekhat.net/projects/meraj.html thanks
i dont understand ur page! where should i put this picture? (/projects/images/pic_06.jpg) explain what do you want to do exactly? *try not 2 use tables.
What you need to do is set the element's parent's position to relative so that when the element is positioned absolutely, it'll be done so relative to its container instead of the browser screen.