I have done this code in shrepoint 2013 script editor it does not support in mozilla ,chrome etc but it worka fine in IE.. PLEASE GIVE ME SOLUTION FOR THIS IMMEDIATELY
Code:
<html> <head> <SCRIPT type="text/JavaScript"> var scroller_msg='Hello guys!!!!!!!' var dismissafter=0 var initialvisible=0 if (document.all) document.write('<marquee id="curscroll" style="position:absolute; width:90px;border:1px dotted silver; font-family:Tahoma;font-size:15px ;background-color:#EDF09C ; visibility:True">'+scroller_msg+'</marquee>') </script> </head> <body> </body> </html>
Comment