Es muss wohl eher onmouseover="this.style.backgroundImage='url(mpbg_over.gif)';this.style.setAttribute(...);" heissen.
nun funktioniert der effekt nicht mehr, seitdem das zusätzlich im mouseover steht:
this.style.setAttribute(filter:alpha(opacity=50));"
<td width="122" height="20" style="background-image:'url(mpbg.gif)';"
onmouseover="this.style.backgroundImage='url(mpbg_over.gif)'; this.style.setAttribute(filter:alpha(opacity=50));"
onmouseout="this.style.backgroundImage='url(mpbg.gif)'">Bla</td>
..wo steckt wohl der fehler ? grüssle, mike