[Glowtext II]

Nightfire Webworker Archiv - free JavaScripts!

Diese Erweiterung des Glowtext Scripts ermöglicht Ihnen die Einblendung verschiedenster Meldungen.

[Kompatibilität]

[zwischen <HEAD> und </HEAD>]

<style>
.F1 {filter: glow(Color=#FF8000,Strength=10);
     width=200px;
     height=200px;}
.F2 {filter: glow(Color=#00FF00,Strength=9);
     width=150px;
     height=200px;}
.F3 {filter: glow(Color=#0080FF,Strength=12);
     width=250px;
     height=200px;}
</style>

<script language="JavaScript">

<!-- Begin
var rate = 1000
// do not edit below this line
var i = 0;
var F = 'F1';
function doThing() {
if (document.getElementById&&document.all) {
ok = true;
i++;
if (i==1) F = 'F1';
if (i==2) F = 'F2';
if (i==3) F = 'F3';
YammaYamma.className = F;
if (i > 2) i = 0;
timer = setTimeout('doThing()', rate);
   }
}
//  End -->
</script>

[in den <BODY> Tag]

onLoad="doThing()"

[zwischen <BODY> und </BODY>]

<center>
<table width="250" cellspacing="0" cellpadding="10">
<tr>
<td>
<center>
<font face="Courier" size="5" color="#FFFFFF">
<p id="YammaYamma">
<b>Nightfire Java Archiv - The best place to find JavaScripts!</b>
</p>
</font>
</center>
</td>
</tr>
</table>
</center>

[Autor]

www.codelifter.com

[Download]

kopieren Sie bitte den Code

Copyright © 1998- Nightfire Webworker Archiv Script No: 0151