Forum Moderators: open
<div style=overflow:auto;width:150;height:150>
Here goes a long menu
Much down the menu, there is the current page
high lighted
</div>
<script>
function do_scroll
{
for(i=0;i<15;i++){document.getElementById('dirsub').doScroll('scrollbarDown')}
}
</script>
It works fine in MSIE,
I can test it in MSIE also by the command line
javascript:document.getElementById('dirsub').doScroll('scrollbarDown')
but it does not work in Opera 7 and Mozilla 1.7.6
Any idea to make it work in Opera and Mozilla?
[msdn.microsoft.com...]