The WebToolBox
Mouseover Link Bar

HOME

Slide-in Menu
Background Changing
DHTML Analog Clock
Static Menu Script
Scrolling Text Link
Textual Tooltip Script
Mouseover Link Bar
Bouncing Message
Shock Wave Text
Nudging Text
Roller Coaster Text
Text Animator
Typing Text Script
Pulsating Text
Cross Browser Marquee
Cursor Scroller
Cursor Trailer Text
Dropdown Menu
Text Area
Disco Background Effect
Scientific Calculator
Basic HTML Tutorials
Guide to Javascripts
Color Chart
Hex Color Codes
Contact Information

To copy,highlight codes below and press Ctrl+C,to paste click left then right in your html text area.Edit.(Note:Poorly formatted codes can produce unexpected results.)

JavaScript To Go Toeflax Artwork Kpt Public Works Yahoo! AltaVista Lycos

Mouseover Link Bar

<HEAD>

<style>
<!--
A.tooltext1 {color:white;text-decoration:none;font:xx-small verdana,arial,sans-serif;font-weight:bold;}
A.tooltext2 {color:black;text-decoration:none;font:x-small georgia,serif;font-weight:bold;}
-->
</style>

<script language="Javascript">
<!--
function inCell(cell, newcolor) {
if (!cell.contains(event.fromElement)) {
cell.bgColor = newcolor;
}
}

function outCell(cell, newcolor) {
if (!cell.contains(event.toElement)) {
cell.bgColor = newcolor;
}
}
//-->
</script>


<BODY>

<table border="0" cellpadding="3" cellspacing="1">
<tr>
<td align="center" width="100" bgcolor="#8888FF"
onmouseover="inCell(this, '#0000FF');"
onmouseout="outCell(this, '#8888FF');"><a
href="http://members.xoom.com/toeflax"
target="_top" class="tooltext1"
title="Back to Index">JavaScript To Go</a> </td>
<td align="center" width="100" bgcolor="#8888FF"
onmouseover="inCell(this, '#0000FF');"
onmouseout="outCell(this, '#8888FF');"><a
href="http://www.geocities.com/TimesSquare/Ring/3252/"
target="_top" class="tooltext1"
title="Toeflax Artwork">Toeflax Artwork</a> </td>
<td align="center" width="100" bgcolor="#8888FF"
onmouseover="inCell(this, '#0000FF');"
onmouseout="outCell(this, '#8888FF');"><a
href="http://fome.naxs.com/publicworks/"
target="_top" class="tooltext1"
title="Kingsport Public Works">Kpt Public Works</a> </td>
<td align="center" width="100" bgcolor="#8888FF"
onmouseover="inCell(this, '#0000FF');"
onmouseout="outCell(this, '#8888FF');"><a
href="http://www.yahoo.com"
target="_top" class="tooltext1" title="Yahoo!">Yahoo!</a>
</td>
<td align="center" width="100" bgcolor="#8888FF"
onmouseover="inCell(this, '#0000FF');"
onmouseout="outCell(this, '#8888FF');"><a
href="http://www.altavista.com"
target="_top" class="tooltext1" title="AltaVista">AltaVista</a>
</td>
<td align="center" width="100" bgcolor="#8888FF"
onmouseover="inCell(this, '#0000FF');"
onmouseout="outCell(this, '#8888FF');"><a
href="http://www.lycos.com"
target="_top" class="tooltext1"
title="Lycos">Lycos</a>
</td>
</tr>
</table>