Hypercell Hintergrund Grafik Themen/Foren anzeige
Verfasst: 21.06.2007 10:34
Hallo...
ich wollte eigendlich in meinem Forum mit diesem Code:
beim Mouseover eine andere Hintergrund Grafik anzeigen lassen
Leider Klappt das so nicht
Wie bekomme ich das nun endlich zum laufen??
natürlich sollte sie dann mouseout wieder weg sein. aber das bekomm ich dann auch noch hin wenn obiges endlich funtzt.
mfg
ich wollte eigendlich in meinem Forum mit diesem Code:
Code: Alles auswählen
<td class="row1" align="center" valign="middle" height="50"><img src="{catrow.forumrow.FORUM_FOLDER_IMG}" width="40" height="40" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" /></td>
<td class="row_forum" width="100%" onMouseOver="this.style.background-image="URL({TEMPLATE_PATH}/images/kat-hinter-in.png)"; this.style.cursor='default';" 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 />
</span> <span class="genmed">{catrow.forumrow.FORUM_DESC}<br />
</span><!-- IF catrow.forumrow.MODERATORS --><span class="gensmall">{catrow.forumrow.L_MODERATOR} {catrow.forumrow.MODERATORS}<br /></span><!-- ENDIF -->
<!-- BEGIN sub --><!-- DEFINE $HAS_SUB = 1 --><!-- IF catrow.forumrow.sub.NUM > 0 -->, <!-- ELSE --><span class="genmed">{L_SUBFORUMS}: <!-- ENDIF -->{catrow.forumrow.sub.LAST_POST_SUB} <a href="{catrow.forumrow.sub.U_VIEWFORUM}" <!-- IF catrow.forumrow.sub.UNREAD -->class="topic-new"<!-- ENDIF --> title="{catrow.forumrow.sub.FORUM_DESC_HTML}">{catrow.forumrow.sub.FORUM_NAME}</a><!-- END sub -->
<!-- IF $HAS_SUB --></span><!-- UNDEFINE $HAS_SUB --><!-- ENDIF -->
</div></td>
<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">{catrow.forumrow.TOTAL_TOPICS}</span></td>
<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">{catrow.forumrow.TOTAL_POSTS}</span></td>
<td class="row2" align="center" valign="middle" height="50" nowrap="nowrap"> <span class="gensmall">{catrow.forumrow.LAST_POST}</span></td>
</tr>
Leider Klappt das so nicht

Wie bekomme ich das nun endlich zum laufen??
natürlich sollte sie dann mouseout wieder weg sein. aber das bekomm ich dann auch noch hin wenn obiges endlich funtzt.
mfg