This is the Message Centre for Silly Willy
claiming stupidity.
glitter girl Keeper of the Glowing Glitter and Curator of the Polyester Slacks Museum Started conversation Dec 21, 2000
oooh, i'm sick with envy. how did you get all the neat colors? i don't have quite the skills to do anything so fancy. not yet at least.
claiming stupidity.
Silly Willy Posted Dec 21, 2000
Hello!!
The colors? Well, that would be telling!
Do you have your page set to GuideML? If so it's a breeze!
claiming stupidity.
glitter girl Keeper of the Glowing Glitter and Curator of the Polyester Slacks Museum Posted Dec 21, 2000
yeah mine's set to guide, but so far i haven't had any luck. must be a stangant breeze, maybe one off a landfill..
claiming stupidity.
Silly Willy Posted Dec 21, 2000
The changing color links relies on JavaScript.
Put this right at the top of your page but beneath the
tags:
<!--
function initArray() {
for (var i = 0; i < initArray.arguments.length; i++) {
this[i] = initArray.arguments[i];
}
this.length = initArray.arguments.length;
}
var colors = new initArray(
"#ff0000",
"#ff2200",
"#ff4400",
"#ff6600",
"#ff8800",
"#ffaa00",
"#ffcc00",
"#ffee00",
"#eeff00",
"#ccff00",
"#aaff00",
"#88ff00",
"#66ff00",
"#44ff00",
"#22ff00",
"#00ff00",
"#00ff22",
"#00ff44",
"#00ff66",
"#00ff88",
"#00ffaa",
"#00ffcc",
"#00ffee",
"#00eeff",
"#00ccff",
"#00aaff",
"#0088ff",
"#0066ff",
"#0044ff",
"#0022ff",
"#0000ff",
"#2200ff",
"#4400ff",
"#6600ff",
"#8800ff",
"#aa00ff",
"#cc00ff",
"#ee00ff",
"#ff00ee",
"#ff00cc",
"#ff00aa",
"#ff0088",
"#ff0066",
"#ff0044",
"#ff0022");
pause_time = .1;
link = 0;
vlink = 4;
function linkDance() {
link = (link+1)%colors.length;
vlink = (vlink+1)%colors.length;
("link "+link+"\r\nvlink "+vlink+"\r\nvlinkColor "+document.vlinkColor);
document.linkColor = colors[link];
document.vlinkColor = colors[vlink];
setTimeout("linkDance();",pause_time*1000);
}
linkDance();
// -->
claiming stupidity.
glitter girl Keeper of the Glowing Glitter and Curator of the Polyester Slacks Museum Posted Dec 21, 2000
woohoo!
glitter girl Keeper of the Glowing Glitter and Curator of the Polyester Slacks Museum Posted Dec 21, 2000
Key: Complain about this post
claiming stupidity.
- 1: glitter girl Keeper of the Glowing Glitter and Curator of the Polyester Slacks Museum (Dec 21, 2000)
- 2: Silly Willy (Dec 21, 2000)
- 3: glitter girl Keeper of the Glowing Glitter and Curator of the Polyester Slacks Museum (Dec 21, 2000)
- 4: Silly Willy (Dec 21, 2000)
- 5: glitter girl Keeper of the Glowing Glitter and Curator of the Polyester Slacks Museum (Dec 21, 2000)
- 6: glitter girl Keeper of the Glowing Glitter and Curator of the Polyester Slacks Museum (Dec 21, 2000)
- 7: Silly Willy (Dec 21, 2000)
More Conversations for Silly Willy
Write an Entry
"The Hitchhiker's Guide to the Galaxy is a wholly remarkable book. It has been compiled and recompiled many times and under many different editorships. It contains contributions from countless numbers of travellers and researchers."