Align Image

liunx

Guest
I have an image(1200x1200 pixels) inside the div(480x480 pixels) and I would like to align the middle of this image to the middle of div, so both scroll bar on the center.

Please help!

<TABLE BORDER=0 STYLE="position: absolute; left: 0px; top:0 px">
TR><TD>

<div style="height:480px; width:480px; overflow: auto;">
<INPUT TYPE="IMAGE" Name="myimage" SRC=http://www.webdeveloper.com/forum/archive/index.php/"myimage.bmp">
</div>

</TD></TR>
</TABLE>

Thanks

Yut
 
Back
Top