Forum Bild auf der Index wird nicht ganz angezeigt
Verfasst: 08.08.2009 16:28
Auf der Index Seite des Form werden die Forum Bilder zu den Foren nicht richtig angezeigt ich weiss man könnte das in der content.css ändern
Dadurch ändert sich aber auch die höhe wenn man in einem Forum trinnen ist was nicht schön ausschaut welche Möglichkeit gebe es in der forumlist_body das zu ändern siehe dem unterem Code Danke schon einmal.
Code: Alles auswählen
dl.icon dt {height: 35px;/* set height tetap untuk icon forumhome */
padding: 10x; /* Space for folder icon */
background-repeat: no-repeat;
background-position: 5px 95%; /* Position of topic icon */
Code: Alles auswählen
<dl class="icon" style="background-image: url({forumrow.FORUM_FOLDER_IMG_SRC}); background-repeat: no-repeat;">
<dt title="{forumrow.FORUM_FOLDER_IMG_ALT}">
<!-- IF forumrow.FORUM_IMAGE --><span class="forum-image">{forumrow.FORUM_IMAGE}</span><!-- ENDIF -->
<a href="{forumrow.U_VIEWFORUM}" class="forumtitle">{forumrow.FORUM_NAME}</a><br />
{forumrow.FORUM_DESC}
<!-- IF forumrow.MODERATORS -->
<br /><strong>{forumrow.L_MODERATOR_STR}:</strong> {forumrow.MODERATORS}
<!-- ENDIF -->
<!-- IF forumrow.SUBFORUMS and forumrow.S_LIST_SUBFORUMS --><br /><strong>{forumrow.L_SUBFORUM_STR}</strong> {forumrow.SUBFORUMS}<!-- ENDIF -->
</dt>
<!-- IF forumrow.CLICKS -->
<dd class="redirect"><span>{L_REDIRECTS}: {forumrow.CLICKS}</span></dd>
Code: Alles auswählen
<!-- IF forumrow.FORUM_IMAGE --><span class="forum-image">{forumrow.FORUM_IMAGE}</span><!-- ENDIF -->