ilikephp Posted April 28, 2008 Share Posted April 28, 2008 I am using this script in my php page: but when I click on the arrows, nothing is happening, Can somebody check it please and disvover the problem? Note: the JS file is downloaded from: http://www.dyn-web.com/code/scroll/documentation.php#multi I really need the answer plzz it is urgent.. Thanks a lot... <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Untitled Document</title> <style type="text/css"> div#wn { position:relative; width:280px; height:150px; overflow:hidden; } </style> <script src="js/dw_scroll.js" type="text/javascript"></script> <script src="js/dw_event.js" type="text/javascript"></script> <script src="js/dw_scrollbar.js" type="text/javascript"></script> <script src="js/scroll_controls.js" type="text/javascript"></script> </head> <body> <table width="295" height="150" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="280"><div id="wn"> <div id="lyr1"> Image maps you create can be any size or shape you like. They can provide any number of speed options for mouseover scrolling. Image maps you create can be any size or shape you like. They can provide any number of speed options for mouseover scrolling. Image maps you Image maps you create can be any size or shape you like. They can provide any number of speed options for mouseover scrolling. Image maps you create can be any size or shape you like. They can provide any number of speed options for mouseover scrolling.</div> </div></td> <td width="15"><div id="scrollLinks"> <p><a class="mouseover_up" href=""><img src="images/btn-up.gif" alt="" /> [/url]<a class="mouseover_up" href=""> [/url]<a class="mouseover_down" href=""><img src="images/btn-dn.gif" alt="" />[/url]</p> </div></td> </tr> </table> </body> </html> Link to comment https://forums.phpfreaks.com/topic/103293-srroll-arrows-plz-help-s/ Share on other sites More sharing options...
craygo Posted April 28, 2008 Share Posted April 28, 2008 javascript problem not php. Should be moved. Ray Link to comment https://forums.phpfreaks.com/topic/103293-srroll-arrows-plz-help-s/#findComment-529032 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.