blinkbar work again? |
blinkbar work again? |
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 |
|
|
|
![]() |
Jun 15 2006, 06:55 PM
Post
#2
|
|
![]() You'll find me in your dreams. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 8,536 Joined: Mar 2005 Member No: 114,010 |
Would you mind providing the xanga you saw this on?
|
|
|
|
Jun 16 2006, 03:08 AM
Post
#3
|
|
![]() Member ![]() ![]() Group: Member Posts: 19 Joined: Jul 2005 Member No: 172,704 |
|
|
|
|
cur113 blinkbar work again? Jun 15 2006, 05:45 AM
niez_cho Use this code instead:
CODE<script>
<... Jun 15 2006, 07:22 AM
cur113 i try your code,
but it still not work...
you can ... Jun 15 2006, 08:38 AM
fishcake-y You're missing part of the code.
CODE<scr... Jun 16 2006, 05:34 PM
cur113 I try it,but still can't..
what are the proble... Jun 17 2006, 03:11 AM
fishcake-y Well, it could require premeujm. Because that... Jun 18 2006, 06:38 PM
cur113 oh..i understand now><
thanks a lot =] Jun 19 2006, 12:39 AM
n00b a mod can close this Jun 19 2006, 03:24 PM
niez_cho ^ Please leave it to us. ;)
We know which topics r... Jun 19 2006, 08:41 PM![]() ![]() |