I know that you can use onload to set the posistion of an Iframe's scroll bar, but what about a regular frame? I'm using vBindex, and the shoutbox should start scrolled down instead of up.. Is there a styling trick you can use to set that?
The current style code is..
Code:
<div style="position: relative; width: 100%; height: 250px; z-index: 0; overflow: auto; overflow-x : hidden; border-style: hidden; align: center">
Thanks in advanced