Juhu ich hab ne Lösung, Hirnknäuel aufgelöst:
Headscript:
function MM_changeProp(objId,x,theProp,theValue) { //v9.0
var obj = null; with (document){ if (getElementById)
obj = getElementById(objId); }
if (obj){
if (theValue == true || theValue == false)
eval("obj.style."+theProp+"="+theValue);
else eval("obj.style."+theProp+"='"+theValue+"'");
}
}
HTML:
<div id="inhaltskasten1">
<div id="kasten1-img"><a href="#" onmouseover="MM_changeProp('kasten1-img','','visibility','hidden','DIV')"
onmouseout="MM_changeProp('kasten2-img','','visibility','visible','DIV');MM_changeProp('kasten3-img','','visibility','visible','DIV');">
<img src="http://www.traum-projekt.com/forum/images/spacer.gif" alt="kasten1" width="283" height="274" /></a></div>
inhaltslinks
</div>
Vielleicht hilft es ja noch jemandenGibt bestimmt auch was einfacheres - aber das
funktioniert bei mir in Safari, Firefox Mac/PC, Opera Mac, IE 7+8, sowie Chrome
LG Fe


LinkBack URL
About LinkBacks
- sollen ganz viele weiterführende
Zitieren