jetzt hätt ich gerne, dass sich beim überfahren der zelle nicht nur die farbe ändert, sondern auch rechts unten ein kleines bld erscheint.
der code ist so:
Code: Alles auswählen
<td class="row1" width="100%" onMouseOver="this.style.backgroundColor='#F3F3F3'; this.style.cursor='default';" onMouseOut="this.style.backgroundColor='#F9F9F9';" onclick="window.location.href='{catrow.forumrow.U_VIEWFORUM}'">
<a href="{catrow.forumrow.U_VIEWFORUM}" class="forumlink" title="{catrow.forumrow.FORUM_DESC}">{catrow.forumrow.FORUM_NAME}</a><br />
Code: Alles auswählen
<td class="row1" width="100%" onMouseOver="this.style.background=#F0F0F0 url(images/bg_row_hover.gif) bottom right no-repeat; this.style.cursor='default';" onMouseOut="this.style.backgroundColor='#F9F9F9';" onclick="window.location.href='{catrow.forumrow.U_VIEWFORUM}'">
<a href="{catrow.forumrow.U_VIEWFORUM}" class="forumlink" title="{catrow.forumrow.FORUM_DESC}">{catrow.forumrow.FORUM_NAME}</a><br />
kann mir jemand sagen wie ich es machen muss?
danke!!