tach alle, ich möchte bei einem mouseover ein bild wechseln das in einer tabelle steckt, zusätlich jedoch mit dem filter:
style="filter:Alpha(opacity=100, finishopacity=0, style=2)"
damit das eingeblendete bild transparent erscheint,
meine tabelle:
<td width="122" height="20" style="background-image:'url(mpbg.gif)';"
onmouseover="this.style.backgroundImage='url(mpbg_over.gif)'"
onmouseout="this.style.backgroundImage='url(mpbg.gif)'">
<a href="url">Linktxt</a></td>
hat jemand eine idee wie ich das lösen kann ?
thanks, mike