View Full Version : SAGscroller stopped scrolling
dbldee
02-27-2011, 04:12 PM
:confused:1) Script Title: SAG Content scroller
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex2/sagscroller.htm
3) Describe problem: Has stopped scrolling
Lower right here (http://eConsumersearch.com)
ddadmin
02-27-2011, 10:17 PM
There may be other errors, but your page is missing the reference to the jQuery library at the top:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<link rel="stylesheet" type="text/css" href="sagscroller.css" />
<script src="sagscroller.js">
/***********************************************
* SAG Content Scroller- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* Visit http://www.dynamicDrive.com for hundreds of DHTML scripts
* This notice must stay intact for legal use
***********************************************/
</script>
p.s: BTW, please note that your page is currently in violation of our usage terms, since the credit notice doesn't appear inline on the page. Please reinstate the credit notice: http://www.dynamicdrive.com/notice.htm
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.