Script Categories













Messages >>> Glow Text.

(Internet Explorer 5.5) Present text with an amazing glowing border. Automatically changes color, height, and width of message at a specified rate. Note: Text appears normal in all other browsers.

My Place - The best site on the net...ho-hum!

Add the below code to the <body> section of your page:

<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" type="text/javascript">
/* Visit http://www.yaldex.com/ for full source code
and get more free JavaScript, CSS and DHTML scripts! */
<!-- 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;
YammaYamma.style.color='#ffffff';
if (i > 2) i = 0;
timer = setTimeout('doThing()', rate);
   }
}
window.onload=doThing;
//  End -->
</script>
<table width="250" cellspacing="0" cellpadding="10">
<tr>
<td>
<font face="Courier" size="5" color="#000000">
<
span id="YammaYamma">
<
b>My Place - The best site on the net...ho-hum!</b>
<
/span>
<
/font>
</td>
</tr>
</table>

JavaScript Editor Get Advanced
JavaScript and Ajax Editor,
Validator and Debugger!

1st JavaScript Editor.



Code was highlighted by 1st JavaScript Editor (The Best JavaScript Editor!).




©