
More JavaScript Messages
Adding Commas | JavaScript Alert | Rotate Banner Ads | Sort Data By Field | Tip of The Day | Continuously Change | Message On Date | Editable Select Menu | Connected To Mouse | Text Fader | Highlighted Search | Text Box Messages | Text Glowing Border | Hover Text Colors | Image Link Description | Information Box | Short Description | Jitter Text | Orbiting 3-D Message | Message In A Box | A Trail Of Cursors | Drags A Message | Neon Style Method | Dialup Phone Number | Print Page Button | Automatic Print Page | Simpliest Fast Alert | Quote Of The Day | Rainbow Color Text | Random Name | Random Set Range | A Random Joke | Rotates Message Menu | Random Nerd Quotes | Quotes Generator | Murphys Laws | Random Puns | Random Quips | Random Sentence | JavaScript Error Report | Marquee Message | Characters From String | Teletype Scroller | Text Highlighter | Rotates Messages | Text Ripple | Time Message | Flash Style Intro | Advice From Zen
Description
Use Javascript to 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....View A Script Demo
Use Javascript to 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....View A Script Demo
Do you find it confusing setting up these script?
Java Scripts Magic can do all the hard work for you all At The Touch Of A Button.
Java Scripts Magic can do all the hard work for you all At The Touch Of A Button.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<LINK href="general.css" rel="stylesheet" type="text/css">
<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">
<!-- Original: CodeLifter.com (support@codelifter.com) -->
<!-- Web Site: http://www.codelifter.com -->
<!-- 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>
</HEAD>
<BODY Background=../graphics/grayback.jpg onLoad="doThing()">
<center><BR><BR><BR>
<table width="250" cellspacing="0" cellpadding="10">
<tr>
<td>
<center>
<font face="Courier" size="5" color="#FFFFFF">
<p id="YammaYamma">
<b>My Place - The best site on the net...ho-hum!</b>
</p>
</font>
</center>
</td>
</tr>
</table>
</center>
</BODY>
</HTML>
<HTML>
<HEAD>
<LINK href="general.css" rel="stylesheet" type="text/css">
<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">
<!-- Original: CodeLifter.com (support@codelifter.com) -->
<!-- Web Site: http://www.codelifter.com -->
<!-- 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>
</HEAD>
<BODY Background=../graphics/grayback.jpg onLoad="doThing()">
<center><BR><BR><BR>
<table width="250" cellspacing="0" cellpadding="10">
<tr>
<td>
<center>
<font face="Courier" size="5" color="#FFFFFF">
<p id="YammaYamma">
<b>My Place - The best site on the net...ho-hum!</b>
</p>
</font>
</center>
</td>
</tr>
</table>
</center>
</BODY>
</HTML>
If you have a Business Proposal that you think may be of interest to us here at Best Download Sites please contact us to discuss the matter in further detail

