Possible Duplicate:
Changing Scrollbar Position
I have a div that will act like an image browser
<div style="width:100%; height:500px; overflow:auto;">
<img src="myimage.jpg" alt="news" style="width:100%;height:auto;"/>
</div>
if my image is 1200px in height, is there anyway that i can predefine the scrolling position of the image? basically scroll to the middle part of the image when the page loads
i'm not looking for an jQuery scrolling animation plugin. I want the page to load with the image already scrolled to a specific position.
my main audience would be using various versions of IE....(> IE7)