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 Quote Link to comment 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. Quote Link to comment 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 Quote Link to comment 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 Quote Link to comment 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? Quote Link to comment 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.