1) Script Title: Text and Image Crawler v1.5
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...wler/index.htm
3) Describe problem:
It was working absolutely fine and now images are "shaking" while moving at any speed. I tried to use conveyor belt script instead the crawler.js - same jittery effect. Please help. This is the first web page I'm making myself. How to make pictures to run smoothly with mouse stopover?
Code:<body> <?php include 'includes/header.php'; ?> <div id="main" role="main"> <div class="marquee" id="mycrawler3"> <img src="images/colour/01.png" width="624" height="624" /> <img src="images/colour/02.png" width="624" height="624" /> <img src="images/colour/03.png" width="624" height="624" /> <img src="images/colour/04.png" width="624" height="624" /> <img src="images/colour/05.png" width="624" height="624" /> <img src="images/colour/06.png" width="624" height="624" /> <img src="images/colour/07.png" width="624" height="624" /> <img src="images/colour/08.png" width="624" height="624" /> <img src="images/colour/09.png" width="624" height="624" /> <img src="images/colour/10.png" width="624" height="624" /> <img src="images/colour/11.png" width="624" height="624" /> <img src="images/colour/12.png" width="624" height="624" /> <img src="images/colour/13.png" width="929" height="624" /> <img src="images/colour/14.png" width="624" height="624" /> <img src="images/colour/15.png" width="624" height="624" /> <img src="images/colour/16.png" width="624" height="624" /> <img src="images/colour/17.png" width="943" height="624" /> </div> <script type="text/javascript"> marqueeInit({ uniqueid: 'mycrawler3', style: { 'padding': '2px', 'width': '100%', 'height': '624px', 'background-color': '#000', 'margin-bottom': '100px' }, inc: 10, //speed - pixel increment for each iteration of this marquee's movement mouse: 'pause', //mouseover behavior ('pause' 'cursor driven' or false) direction: 'left', moveatleast: 10, neutral: 160, savedirection: false, random: false, stopped: true }); </script> </div> <?php include 'includes/footer.php'; ?> </body>



Reply With Quote

Bookmarks