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
Moderator: General Moderators
Code: Select all
{
position:absolute;
left:5px;
bottom:0px
}Code: Select all
<body style="position:absolute;">