horizontal bars |
![]() ![]() |
horizontal bars |
Nov 28 2004, 11:09 AM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 3 Joined: Nov 2004 Member No: 65,808 |
i'm a newbie around here..
can anyone tell me how you can make those horizontal bars taht blink on top of your xanga? |
|
|
|
Nov 28 2004, 12:21 PM
Post
#2
|
|
![]() define our lives for us. ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 11,656 Joined: Aug 2004 Member No: 43,293 |
please dont double post.
but anyway when you say blink and not sparkly, you got me confused over there. ummm do you have an example? |
|
|
|
Nov 28 2004, 12:24 PM
Post
#3
|
|
![]() black prep numba 1 ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 519 Joined: May 2004 Member No: 19,144 |
do you mean blinkboxes? here
CODE <!-- begin code provided by createblog.com -->
<script> <!-- begin code provided by createblog.com --> <!-- //blink boxes - xanga.com/add_ons //by sean f http://www.xanga.com/seanmeister //fixed to work with new security measures by //hotaru_01 http://www.xanga.com/hotaru_01 // customize by changing the values below // these are the various colors, in quotes, seperated by commas var blinkColors = new Array("#339933","#999999","#ffffff"); // the border color var blinkBorderColor = "#000000" // the border width, in pixels var blinkBorderWidth = 1; // the # of rows var blinkRows = 1; // the # of columns var blinkCols = 100; // the width of the entire box, in pixels or % var blinkWidth = 750; // the height of each row, in pixels var blinkRowHeight = 10; // speed of blinking, in milliseconds var blinkRate = 8; // do not edit below this line st=setTimeout; document.write("<table id='blinkbox' width='" + blinkWidth +"' border = 0 cellspacing='" + blinkBorderWidth + "' cellpadding=0 bgcolor='" + blinkBorderColor +"'>"); for (r = 0; r < blinkRows; r++){ document.write("<TR>"); for (c = 0; c < blinkCols; c++){ document.write("<TD height='" + blinkRowHeight + "'></TD>"); } document.write("</TR>"); } document.write("</table>"); // ... and this makes it blink function blinkIt() { changecell = Math.floor(Math.random() * (blinkCols * blinkRows)); changecolor = Math.floor(Math.random() * blinkColors.length); bb = document.getElementById("blinkbox"); bbtd = bb.getElementsByTagName("td"); bbtd[changecell].style.backgroundColor = blinkColors[changecolor]; st('blinkIt()', blinkRate); } blinkIt(); //--> <!-- end code provided by createblog.com --> </script> <!-- end code provided by createblog.com --> |
|
|
|
Nov 29 2004, 07:23 AM
Post
#4
|
|
|
Newbie ![]() Group: Member Posts: 3 Joined: Nov 2004 Member No: 65,808 |
actaully it's something like this. http://www.xanga.com?mad_gurl_2
|
|
|
|
Nov 29 2004, 09:14 AM
Post
#5
|
|
![]() CG noob ![]() ![]() ![]() Group: Member Posts: 53 Joined: Jun 2004 Member No: 20,550 |
look around in xanga scripts or try that script in this page that u see
|
|
|
|
Nov 29 2004, 03:38 PM
Post
#6
|
|
![]() define our lives for us. ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 11,656 Joined: Aug 2004 Member No: 43,293 |
well, first of all, ladii already said the code.
|
|
|
|
![]() ![]() |