Scroll without scroll bar

liunx

Guest
Hello,<br />
<br />
绶縪es anybody have any idea of how to create a scroll <br />
operated not with a scroll bar, but clicking on individual images (bitmaps, gif, etc.) of arrows (for example)?<br />
Thank you.<!--content-->Use javascript: window.scroll()<br />
<br />
example:<br />
<a href=http://www.htmlforums.com/archive/index.php/"javascript: window.scroll(-5)">Up</a><br />
<a href=http://www.htmlforums.com/archive/index.php/"javascript: window.scroll(+5)">Down</a><!--content-->
 
Back
Top