
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 make the links on your site more exciting by changing the link text and background color when the link is hovered over. Each link on your page can have a unique link and background color....View A Script Demo
Use Javascript to make the links on your site more exciting by changing the link text and background color when the link is hovered over. Each link on your page can have a unique link and background color....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">
<SCRIPT LANGUAGE="JavaScript">
<!-- Original: Alan Branch (webman58@aol.com) -->
<!-- Web Site: http://www.technom.com -->
<!-- Begin
function doColor(item, color, bg) {
item.style.color = color; // changes text color
item.style.backgroundColor = bg; // changes background
}
function undoColor(item) {
item.style.color = "#000000"; // sets color back to black
item.style.backgroundColor = ""; // sets background to default
}
// End -->
</script>
</HEAD>
<BODY Background=../graphics/grayback.jpg>
<center><BR><BR><BR>
<!-- With each link, be sure to use the doColor and -->
<!-- undoColor() functions. In the doColor() part, -->
<!-- link1 is the name you gave to the link initially, -->
<!-- a name="link1" and 'yellow' is the hover text -->
<!-- text color, and 'black' is the hover background. -->
<a name="link1" href="http://www.url1.com/" onmouseover="doColor(link1, 'yellow','black');" onmouseout="undoColor(link1);">url1.com</a>
<p>
<a name="link2" href="http://www.url2.com/" onmouseover="doColor(link2, 'blue','red');" onmouseout="undoColor(link2);">url2.com</a>
</center>
</BODY>
</HTML>
<HTML>
<HEAD>
<LINK href="general.css" rel="stylesheet" type="text/css">
<SCRIPT LANGUAGE="JavaScript">
<!-- Original: Alan Branch (webman58@aol.com) -->
<!-- Web Site: http://www.technom.com -->
<!-- Begin
function doColor(item, color, bg) {
item.style.color = color; // changes text color
item.style.backgroundColor = bg; // changes background
}
function undoColor(item) {
item.style.color = "#000000"; // sets color back to black
item.style.backgroundColor = ""; // sets background to default
}
// End -->
</script>
</HEAD>
<BODY Background=../graphics/grayback.jpg>
<center><BR><BR><BR>
<!-- With each link, be sure to use the doColor and -->
<!-- undoColor() functions. In the doColor() part, -->
<!-- link1 is the name you gave to the link initially, -->
<!-- a name="link1" and 'yellow' is the hover text -->
<!-- text color, and 'black' is the hover background. -->
<a name="link1" href="http://www.url1.com/" onmouseover="doColor(link1, 'yellow','black');" onmouseout="undoColor(link1);">url1.com</a>
<p>
<a name="link2" href="http://www.url2.com/" onmouseover="doColor(link2, 'blue','red');" onmouseout="undoColor(link2);">url2.com</a>
</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

