You are viewing a post by chiids. View all 25607 posts in Bagi para member yang ingin bertanya seputar tweaking FS. Silahkan bertanya dan posting disini. Sebelum itu harap membaca dan mengikuti [url=http://theftalk.com/t23371-FORUM-RULES.html][b]FORUM .

[quote]/* AUTO FONT COLOR CHANGER SHOTOUT */
var vhinM;
var newColor = new Array(5);
var curColor = 0;
newColor[0] = 'black';
newColor[1] = 'red';
newColor[2] = 'black';
newColor[3] = 'red';
newColor[4] = 'black';
function rotateColor() {
if (curColor == 4)
curColor = 0;
else
++curColor;
document.getElementById('cpShoutoutBox').style.color= newColor[curColor];
}
function startRotate() {
if (vhinM != null)
clearInterval(vhinM);
vhinM = setInterval("rotateColor()", 300);
}
window.onload = startRotate();[/quote]
bsa ga tuh ?
mksh