Hallo zusammen, habe da ein kleineres Problem:
Folgendermassen sieht mein Mousover Script aus. Möchte aber aber noch dazu, dass sich die Farbe der Schrift ändert bei ' Click '...
Kann mir da wer helfen oder sogar kurz die Erweiterung schreiben?
Vielen Dank für die Hilfe...
tigub
Folgendermassen sieht mein Mousover Script aus. Möchte aber aber noch dazu, dass sich die Farbe der Schrift ändert bei ' Click '...
Kann mir da wer helfen oder sogar kurz die Erweiterung schreiben?
Vielen Dank für die Hilfe...
tigub
HTML:
<html>
<head>
<meta http-equiv="Content-Language" content="de-ch">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>qualifikation</title>
<style>
<!--
.font5
{color:white;
font-size:9.0pt;
font-weight:400;
font-style:normal;
text-decoration:none;
font-family:"Times New Roman", serif;
}
-->
</style>
</head>
<body bgcolor="#000000">
<table border="0" width="100%" id="table1" bgcolor="#000000" bordercolor="#000000">
<tr>
<td align="center">
<html>
<head>
<meta http-equiv="Content-Language" content="de-ch">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>basler hockeyliga</title>
<style>
<!--
.font5
{color:white;
font-size:9.0pt;
font-weight:400;
font-style:normal;
text-decoration:none;
font-family:"Times New Roman", serif;
}
-->
</style>
</head>
<body bgcolor="#000000">
<table border="0" width="100%" id="table1" bgcolor="#000000" bordercolor="#000000">
<tr>
<!-- Start Menü Code - Generiert -->
<table width="500" border="3" cellspacing="0" cellpadding="0" bordercolor="#FFFFFF"><tr>
<td height="28" onMouseover="this.style.backgroundColor='#666666'" onMouseout="this.style.backgroundColor='#000000'" align="center" bordercolor="#FFFFFF"><a href="http://www.hockey-sport.ch/eishockey/nati-a/index.html"><font size="4" color="#ffffff" face="Times New Roman, Times, serif ">Nati. A</font></a></td></tr>
<tr><td height="28" onMouseover="this.style.backgroundColor='#666666'" onMouseout="this.style.backgroundColor='#000000'" align="center" bordercolor="#FFFFFF"><a href="http://www.hockey-sport.ch/eishockey/nati-b/index.html"><font size="4" color="#ffffff" face="Times New Roman, Times, serif ">Nati. B</font></a></td></tr>
<tr><td height="28" onMouseover="this.style.backgroundColor='#666666'" onMouseout="this.style.backgroundColor='#000000'" align="center" bordercolor="#FFFFFF"><a href="http://www.hockey-sport.ch/eishockey/junioren-elite-b/index.html"><font size="4" color="#ffffff" face="Times New Roman, Times, serif ">Junioren Elite B</font></a></td></tr>
<tr><td height="28" onMouseover="this.style.backgroundColor='#666666'" onMouseout="this.style.backgroundColor='#000000'" align="center" bordercolor="#FFFFFF"><a href="http://www.hockey-sport.ch/eishockey/1-liga/index.html"><font size="4" color="#ffffff" face="Times New Roman, Times, serif ">1. Liga</font></a></td></tr>
<tr><td height="28" onMouseover="this.style.backgroundColor='#666666'" onMouseout="this.style.backgroundColor='#000000'" align="center" bordercolor="#FFFFFF"><a href="http://www.hockey-sport.ch/eishockey/2-liga/index.html"><font size="4" color="#ffffff" face="Times New Roman, Times, serif ">2. Liga</font></a></td></tr>
<tr><td height="28" onMouseover="this.style.backgroundColor='#666666'" onMouseout="this.style.backgroundColor='#000000'" align="center" bordercolor="#FFFFFF"><a href="http://www.hockey-sport.ch/eishockey/3-liga/index.html"><font size="4" color="#ffffff" face="Times New Roman, Times, serif ">3. Liga</font></a></td></tr>
<tr><td height="28" onMouseover="this.style.backgroundColor='#666666'" onMouseout="this.style.backgroundColor='#000000'" align="center" bordercolor="#FFFFFF"><a href="http://www.hockey-sport.ch/eishockey/4-liga/index.html"><font size="4" color="#ffffff" face="Times New Roman, Times, serif ">4. Liga</font></a></td></tr>
<tr><td height="28" onMouseover="this.style.backgroundColor='#666666'" onMouseout="this.style.backgroundColor='#000000'" align="center" bordercolor="#FFFFFF"><a href="http://www.hockey-sport.ch/eishockey/basler-hockeyliga/index.html"><font size="4" color="#ffffff" face="Times New Roman, Times, serif ">Basler Hockeyliga</font></a></td></tr>
<tr><td height="28" onMouseover="this.style.backgroundColor='#666666'" onMouseout="this.style.backgroundColor='#000000'" align="center" bordercolor="#FFFFFF"><a href="http://www.hockey-sport.ch/eishockey/plausch/index.html"><font size="4" color="#ffffff" face="Times New Roman, Times, serif ">Plausch</font></a></td></tr>
<tr><td height="28" onMouseover="this.style.backgroundColor='#666666'" onMouseout="this.style.backgroundColor='#000000'" align="center" bordercolor="#FFFFFF"><a href="http://www.hockey-sport.ch/eishockey/spenglercup/index.html"><font size="4" color="#ffffff" face="Times New Roman, Times, serif ">Spenglercup</font></a></td></tr>
<tr><td height="28" onMouseover="this.style.backgroundColor='#666666'" onMouseout="this.style.backgroundColor='#000000'" align="center" bordercolor="#FFFFFF"><a href="http://www.hockey-sport.ch/eishockey/wm-13/index.html"><font size="4" color="#ffffff" face="Times New Roman, Times, serif ">WM 13</font></a></td></tr>
<tr><td height="28" onMouseover="this.style.backgroundColor='#666666'" onMouseout="this.style.backgroundColor='#000000'" align="center" bordercolor="#FFFFFF"><a href="http://www.hockey-sport.ch/index.html"><font size="4" color="#ffffff" face="Times New Roman, Times, serif ">Zurück</font></a></td></tr>
</table>
<!-- Ende Menü Code - Generiert -->
</tr>
<tr>
<td align="center">
</td>
</tr>
</table>
</body>
</html> </tr>
</table>
</body>
</html>
Zuletzt bearbeitet von einem Moderator: