Hi,
kann mir jemand sagen warum das nicht kunktioniert???
function vor() {
document.getElementById("bot").style.zIndex = 100;
}
oder
function vor() {
document.all.bot.style.zIndex = 100;
}
<div id="bot" style="position:relative; z-index:1;"><a href="#" onmouseover="vor('bot');"><img border="0" src="images/start/wechsel1.jpg"></a></div>
Danke
Gruß
Andi