script only works in IE
- by Alex
I have the following JavaScript for show running line:
<script type="text/javascript" language="javascript">
//Change script's width (in pixels)
var marqueewidth=800
//Change script's height (in pixels, pertains only to NS)
var marqueeheight=20
//Change script's scroll speed (larger is faster)
var speed=3
//Change script's contents
var…