Hallo,
hier ein Auszug aus dem script:
<script language="JavaScript">
<!--
Normal2 = new Image();
Normal2.src = "grafiken/firma_button.gif";
Highlight2 = new Image();
Highlight2.src = "grafiken/firma_button_1.gif";
Normal3 = new Image();
Normal3.src = "grafiken/leistungen_button.gif";
Highlight3 = new Image();
function Bildwechsel(Bildnr,Bildobjekt)
{
window.document.images[Bildnr].src = Bildobjekt.src;
}
//-->
</script>
<div style="position:absolute; left: 5px; top: 5px; z-index:2"><img src="grafiken/menue_halbkreis.gif" width="178" height="207" border="0" alt=""></div>
<div style="position:absolute; left: 158px; top: 73px; z-index:3"><a target="rechts" href="firma.html" onMouseOver="Bildwechsel(1,Highlight2)" onMouseOut="Bildwechsel(1,Normal2);remove_message()"><img src="grafiken/firma_button.gif" width="37" height="12" border="0" alt=""></a></div>
Für Hilfe wäre ich echt dankbar.