rezza » Newbie
Honors : 61 Age : 38 Warnings : Honors : 58770 Registration date : 2008-10-19
| Subject: MARQUEE SHOUTOUT Mon Nov 03, 2008 9:16 am | |
| Credits : Ftalk/indonesia, Rio FTI Code ini akan membuat Shoutout kamu berjalan. Copy Di C - Code:
-
document.getElementById('cpShoutoutBox').innerHTML = "<div>"+shout+"</div>";
// EDITABLE TEXT var content ="KATA_KATA KAMU";
function twDisplayTW() {twDisplay('tw',content,0);} loaded('tw',twDisplayTW);
var brk = '~'; var resetTime = 1;
// UNEDITABLE TEXT function twDisplay(id,content,num) { var delay = 140; if (num <= content.length) { var lt = content.substr(0,num); document.getElementById(id).innerHTML = lt.replace(RegExp(brk,'g'),'<br \/>'); num++; if (num > content.length) delay = resetTime * 1000; } else { document.getElementById(id).innerHTML = ''; num = 0; } if (delay > 0) setTimeout('twDisplay("'+id+'","'+content+'","'+num+'")',delay); } var pageLoaded = 0; window.onload = function() {pageLoaded = 1;};
function loaded(i,f) { if (document.getElementById && document.getElementById(i) != null) f(); else if (!pageLoaded) setTimeout('loaded(\''+i+'\','+f+')',100); }
| |
|
hermitseven » FstarExpert
Honors : 547 Age : 32 Location : PH Warnings : FW Mood: : Honors : 58774 Registration date : 2008-10-18
| Subject: Re: MARQUEE SHOUTOUT Tue Nov 04, 2008 12:31 am | |
| will i add this to my css extension? | |
|
rezza » Newbie
Honors : 61 Age : 38 Warnings : Honors : 58770 Registration date : 2008-10-19
| Subject: Re: MARQUEE SHOUTOUT Mon Nov 10, 2008 12:52 am | |
| - hermitseven wrote:
- will i add this to my css extension?
no sista.!! put this code to you javascript. | |
|
Sponsored content
| Subject: Re: MARQUEE SHOUTOUT | |
| |
|