if IE
Geplaatst: 06 dec 2004, 17:57
Hoi ik heb de MOD van DaMnNaTiOn geinstalleerd, (die ene dat de link rood word als er een nieuwe post is) en nu schijnt deze bij mij niet goed te werken onder IE
Nu heb ik dit gedaan:
en dit werkt goed, hier staan de folder bij.
nu doe ik dit bij Mozilla, :
en dit werkt niet (http://www.spamworld.nl/forum)
er staat alleen nog een who's online box
Wie helpt?
Nu heb ik dit gedaan:
Code: Selecteer alles
<!--[if IE]>
<table width="100%" cellpadding="0" cellspacing="0" border="0" class="forumborder">
<tr>
<th colspan="2" class="title1" height="25" nowrap="nowrap"> {L_FORUM} </th>
<th width="50" class="title1" nowrap="nowrap"> {L_TOPICS} </th>
<th width="50" class="title1" nowrap="nowrap"> {L_POSTS} </th>
<th class="title1" nowrap="nowrap"> {L_LASTPOST} </th>
</tr>
<!-- BEGIN catrow -->
<tr>
<td class="title2" colspan="2"><a href="{catrow.U_VIEWCAT}" class="cattitle">{catrow.CAT_DESC}</a></td>
<td class="title2" colspan="3" align="right"> </td>
</tr>
<!-- BEGIN forumrow -->
<tr>
<td class="colour1" align="center" valign="middle" height="50"><img src="{catrow.forumrow.FORUM_FOLDER_IMG}" width="46" height="25" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" /></td>
<td class="colour1" width="100%" height="50"><a href="{catrow.forumrow.U_VIEWFORUM}" class="forumlink">{catrow.forumrow.FORUM_NAME}</a><br />
{catrow.forumrow.FORUM_DESC}<br />
{catrow.forumrow.L_MODERATOR} {catrow.forumrow.MODERATORS}</td>
<td class="colour2" align="center" valign="middle" height="50" style="border-left:1px solid #656B78">{catrow.forumrow.TOPICS}</td>
<td class="colour2" align="center" valign="middle" height="50">{catrow.forumrow.POSTS}</td>
<td class="colour2" align="center" valign="middle" height="50" nowrap="nowrap">{catrow.forumrow.LAST_POST}</td>
</tr>
<!-- END forumrow -->
<!-- END catrow -->
</table>
<![endif]-->
nu doe ik dit bij Mozilla, :
Code: Selecteer alles
<!--[if mozilla]>
<table width="100%" cellpadding="0" cellspacing="0" border="0" class="forumborder">
<tr>
<th colspan="2" class="title1" height="25" nowrap="nowrap"> {L_FORUM} </th>
<th width="50" class="title1" nowrap="nowrap"> {L_TOPICS} </th>
<th width="50" class="title1" nowrap="nowrap"> {L_POSTS} </th>
<th class="title1" nowrap="nowrap"> {L_LASTPOST} </th>
</tr>
<!-- BEGIN catrow -->
<tr>
<td class="title2" colspan="2"><a href="{catrow.U_VIEWCAT}" class="cattitle">{catrow.CAT_DESC}</a></td>
<td class="title2" colspan="3" align="right"> </td>
</tr>
<!-- BEGIN forumrow -->
<tr>
<td class="colour1" align="center" valign="middle" height="50">
<td class="colour1" align="left" valign="middle" height="50"><span class="{catrow.forumrow.FORUMLINK}"> <a href="{catrow.forumrow.U_VIEWFORUM}" class="{catrow.forumrow.FORUMLINK}"><b>{catrow.forumrow.FORUM_NAME}</b></a></span></a><br />
{catrow.forumrow.FORUM_DESC}<br />
{catrow.forumrow.L_MODERATOR} {catrow.forumrow.MODERATORS}</td>
<td class="colour2" align="center" valign="middle" height="50" style="border-left:1px solid #656B78">{catrow.forumrow.TOPICS}</td>
<td class="colour2" align="center" valign="middle" height="50">{catrow.forumrow.POSTS}</td>
<td class="colour2" align="center" valign="middle" height="50" nowrap="nowrap">{catrow.forumrow.LAST_POST}</td>
</tr>
<!-- END forumrow -->
<!-- END catrow -->
</table>
<![endif]-->er staat alleen nog een who's online box
Wie helpt?