eine Hoverfarbe zu hinterlegen?? wenn man zb im index über die einzelnen foren geht, das die Tabelle blau hinterlegt wird??
Schwer zu beschreiben, aber ich hoffe ihr wisst was ich meine
Code: Alles auswählen
<td ... Code: Alles auswählen
onMouseOver=this.style.backgroundColor="#0000ff" onMouseOut=this.style.backgroundColor=""welchen <td> denn?? Mache grade erste anfänge mit php, nich böse seinandreasOymann hat geschrieben:füge innerhalb desCode: Alles auswählen
<td ...ein.Code: Alles auswählen
onMouseOver=this.style.backgroundColor="#0000ff" onMouseOut=this.style.backgroundColor=""
A.
Code: Alles auswählen
<td class="row1" width="100%" onMouseOver="this.style.backgroundColor='{T_TD_COLOR1}'; this.style.cursor='hand';" onMouseOut=this.style.backgroundColor="{T_TR_COLOR1}" onclick="window.location.href='{catrow.forumrow.U_VIEWFORUM}'"> <span class="forumlink"> <a href="{catrow.forumrow.U_VIEWFORUM}" class="forumlink">{catrow.forumrow.FORUM_NAME}</a><br /> Code: Alles auswählen
onclick="window.location.href='{catrow.forumrow.U_VIEWFORUM}'"Code: Alles auswählen
this.style.cursor='hand';