OnMouseOver Glowing Text - .הרוק המ וארו .. בותיכה לע רבכעה תא ומיש

     OnMouseOver Glowing Text, Combined with Link

<html>
<head>
<title></title>

<style type="text/css">

.GlowFilter {filter : Glow(Color="#3300ff",Strength="5")}
.noglow {}

TD.format
{
COLOR: blue;
FONT-FAMILY: Verdana;
FONT-SIZE: 15px;
FONT-WEIGHT: bolder
}
TD.format A:active
{
COLOR: red;
TEXT-DECORATION: none
}
TD.format A:link
{
COLOR: blue;
TEXT-DECORATION: none
}
TD.format A:visited
{
COLOR: blue;
TEXT-DECORATION: none
}
TD.format A:hover
{
COLOR: red;
TEXT-DECORATION: none
}
</style>

</head>

<body >

<table width="80%" border="1" cellspacing="2" cellpadding="2" align="center" bgcolor="#ece8cf" bordercolor="#666666" class="bord2">
<tr>
<td align="left">
<div align="center"><b>OnMouseOver Glowing Text</b></div>
</td>
<tr>
<td align="left">
<div ID="rollover"

STYLE="COLOR: #0080ff;
CURSOR: hand; FONT: bold 10pt Arial; HEIGHT: 30px; WIDTH: 500px; a: "
Onmouseover="rollover.className='GlowFilter'"
Onmouseout="rollover.className='noglow'"
onclick="window.location='http://www.viewsource.dk';"
#?>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;OnMouseOver Glowing Text, Combined with
Link </p>
</div>
</td>
<tr>
<td align="left">&nbsp;</td>
</table>

</body>
</html>