Log In · Register

 
blinkbar work again?
cur113
post Jun 15 2006, 05:45 AM
Post #1


Member
**

Group: Member
Posts: 19
Joined: Jul 2005
Member No: 172,704





i saw the blink bar work again...
but this is include in the xanga skin..

CODE
<script language=JavaScript>
// this makes the thing blink
newcolor= new Array(6)   // this is the # of colors
newcolor[0] = "#330000"; // and these are the colors
newcolor[1] = "#660000"; // themselves
newcolor[2] = "#990000";
newcolor[3] = "#CC0000";
newcolor[4] = "#FF0000";
newcolor[5] = "#FF6666";
function doIt() {
changecell = Math.floor(Math.random() * 50);
changecolor = Math.floor(Math.random() * 6)-1;
document.getElementById("colorz").getElementsByTagName("td")[changecell].style.backgroundColor = newcolor[changecolor];
setTimeout('doIt()', 10);
}
doIt();
</SCRIPT>


i find this code in the skin code..
i copy it and paste itin look & feel..
However,,the blinkbar is remain not working...

Anyone can change this code to make the blink bar work again?

sorry for my poor English><
thanks
 
 
Start new topic
Replies
talcumpowder
post Jun 18 2006, 06:38 PM
Post #2


You'll find me in your dreams.
*******

Group: Official Member
Posts: 8,536
Joined: Mar 2005
Member No: 114,010



Well, it could require premeujm. mellow.gif Because that's what the site you showed me has.
 

Posts in this topic


Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: