1) Script Title:
<IFRAME> ticker
2) Script URL (on DD):
http://www.dynamicdrive.com/dynamici...ame-ticker.htm
3) Describe problem:
How to add onMouseover pause to this script
1) Script Title:
<IFRAME> ticker
2) Script URL (on DD):
http://www.dynamicdrive.com/dynamici...ame-ticker.htm
3) Describe problem:
How to add onMouseover pause to this script
On exfile.htm - add the red parts:
Code:function rotate_content(){ if(window.pause){ setTimeout("rotate_content()",300); return; } get_total() contract_all() expand_one(curindex) curindex=(curindex<totalcontent-1)? curindex+1: 0 setTimeout("rotate_content()",delay) } window.onload=rotate_content </script> <BODY bgColor=#FFFFE1 onmouseover="window.pause=1;" onmouseout="window.pause=0;">
- John________________________
Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
It is working great, Thanks
Bookmarks