<html>
<head>
<title> Kein Titel</title>
<meta name="GENERATOR" content="Namo WebEditor v5.0">
<meta name="description" content="Fügt eine leere Dokumentvorlage ohne definierten Stil ein.">
<title>Dynamische grafische Buttons</title>
<title>Dynamische grafische Buttons</title>
<script type="text/javascript">
Normal1 = new Image();
Normal1.src = "Links.gif"; /* erste Standard-Grafik */
Highlight1 = new Image();
Highlight1.src = "Links2.gif"; /* erste Highlight-Grafik */
Normal2 = new Image();
Normal2.src = "bilder1.gif"; /* zweite Standard-Grafik */
Highlight2 = new Image();
Highlight2.src = "bilder.gif"; /* zweite Highlight-Grafik */
Normal3 = new Image();
Normal3.src = "Ballz.gif"; /* dritte Standard-Grafik */
Highlight3 = new Image();
Highlight3.src = "ballz2.gif"; /* dritte Highlight-Grafik */
/* usw. fuer alle weiteren zu benutzenden Grafiken */
function Bildwechsel (Bildnr, Bildobjekt) {
window.document.images[Bildnr].src = Bildobjekt.src;
}
</script>
<style type="text/css">
h1 { color:#6363A5; font-family:Arial,sans-serif; }
p { color:#000000; font-family:Arial,sans-serif; }
</style>
</head>
<body bgcolor="#FFFFC0" background="buttonsback.gif">
<table border="0" cellpadding="0" cellspacing="0"><tr>
<td valign="top">
<a href=links.htm"
onMouseOver="Bildwechsel(Normal1, Highlight1)"
onMouseOut="Bildwechsel(0, Normal1)">[img]Links.gif[/img]</a>
[url="bilder.htm"][img]bilder1.gif[/img][/url]
[url="chat.htm"][img]button3.gif[/img][/url]
</td><td></td>
<td valign="top">
<h1>Dynamische grafische Buttons</h1>
[b]Fahren Sie mit der Maus über die Buttons. Sie dürfen auch draufdrücken ;-)[/b]</p>
</td>
</tr>
</table>
</p>
</body>
</html>