bottom distance
Posted: Sun Feb 10, 2008 8:03 am
Hi
I want an image displayed at the bottom of a page. I used obsolute position with bottom=0:
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 want an image displayed at the bottom of a page. I used obsolute position with bottom=0:
Code: Select all
{
position:absolute;
left:5px;
bottom:0px
}please visit my code result at:http://rooyekhat.net/projects/meraj.html
thanks