0 Members and 1 Guest are viewing this topic.
Hmm, I have seen that done, and it was javascript... I still think it looks tacky, i'm not a fan of marquee text on websites. When it does look good is when its representing a load sequence or something.
<SCRIPT language=javascript>msg = "(your message here)";msg = "..." + msg;pos = 0;function scrollMSG() {document.title = msg.substring(pos, msg.length) + msg.substring(0, pos);pos++;if (pos > msg.length) pos = 0window.setTimeout("scrollMSG()",200);}scrollMSG(); </SCRIPT><font face="Tahoma"><a target="_blank" href="http://www.javascriptfreecode.com/"><span style="font-size: 8pt; text-decoration: none">JavaScript Free Code</span></a></font>