Ajax news ticker
http://www.dynamicdrive.com/dynamici...ajaxticker.htm
Sorry, I didn't know i have to post the name of the script and the link everytime i reply. So here they are above. I got a warning message after my previous reply to you.
here is the problem again I followed teh steps in usning the script on my page but I got the messages displayed all together at once like:
The first instance it displays all
The second displays from 2 to 4
The third displays 3-4
The fourth displays only the fourth one.
I need the script to display each message at a time.
this is what i have in the text file
Code:
<!--Wrap each ticker cotent inside <div class="message"> tag -->
<div class="message"><b>March 14, 2008</b><br>22406 Trucker Speeding<br>Orange Central Court<br><b>Case Dismissed</b><br></div>
<div class="message"><b>March 13, 2008</b><br>22350 Street Speeding<br>Orange Central Court<br><b>Case Dismissed</b><br></div>
<div class="message"><b>March 3, 2008</b><br>22348 110 mph Speeding<br>Yuba City Court<br><b>Case Dismissed</b><br></div>
<div class="message"><b>February 29, 2008</b><br>22348 110 mph speeding<br><b>Case Dismissed with trial by declaration</b><br></div>
Bookmarks