image bottom align?
image bottom align?
- Started
- Last post
- 3 Responses
- ahmed
how do i make an image align with the bottom of the browser like the top?
top can be done with topmargin=0, but how can bottom be done?
- kodap0
You must place the image inside a table with 100% width and height, then you define the alignment of the (td) to valign=bottom
- ahmed0
i love you.
- gabe0
<div id="image" style="position:absolute; bottom:0px; left:0px; z-index:1">IMG</div>