Can I show an image in a scrolling area without using frames?

liunx

Guest
I want to preview an image (possibly a very very large one) on a user input form. If the image is large, i want the users to be able to scroll and see the whole thing but i don't want to use iframes. is this possible?<!--content--><div style="overflow:auto; width:Xpx; height:Ypx;"><br />
<img .... /><br />
</div><!--content-->BANG! there it is. thanks! you are awesome.<!--content-->
 
Back
Top