ilikephp Posted January 28, 2008 Share Posted January 28, 2008 hello, I am using this website to create a scroll over the up and down arrows: http://www.dyn-web.com/dhtml/scroll/ so I did not understand anything, for example: onmouseover="dw_scrollObj.initScroll('wn','down')" where should I put it? thanks Link to comment https://forums.phpfreaks.com/topic/88225-onscroll/ Share on other sites More sharing options...
phpQuestioner Posted January 28, 2008 Share Posted January 28, 2008 It looks to me like you would need to create a html element like a link or a image and add the onmouseover event to it; with the dw_scrollObj.initScroll function to it. Link to comment https://forums.phpfreaks.com/topic/88225-onscroll/#findComment-451624 Share on other sites More sharing options...
ilikephp Posted January 29, 2008 Author Share Posted January 29, 2008 can you please give me a sample or a small example? Thanks Link to comment https://forums.phpfreaks.com/topic/88225-onscroll/#findComment-452137 Share on other sites More sharing options...
rajivgonsalves Posted January 29, 2008 Share Posted January 29, 2008 you should create a img something like <img src="image source url" onmouseover="dw_scrollObj.initScroll('wn','down')" > hope its helpful Link to comment https://forums.phpfreaks.com/topic/88225-onscroll/#findComment-452142 Share on other sites More sharing options...
ilikephp Posted January 29, 2008 Author Share Posted January 29, 2008 I typed the link related to a small icon, but now what do I do to point the arrow to scroll inside a specific cell? Link to comment https://forums.phpfreaks.com/topic/88225-onscroll/#findComment-452151 Share on other sites More sharing options...
rajivgonsalves Posted January 29, 2008 Share Posted January 29, 2008 check the code out here you'll get an idea http://www.dyn-web.com/dhtml/scroll/scroll-rel.html Link to comment https://forums.phpfreaks.com/topic/88225-onscroll/#findComment-452152 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.