Code: Selecteer alles
<!-- BEGIN catrow -->
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td colspan="3"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="tlcat"> </td>
<td class="cat"><span class="cattitle"><a href="{catrow.U_VIEWCAT}" class="cattitle">{catrow.CAT_DESC}</a></span></td>
<td class="tccat"> </td>
<td class="tcat"> </td>
<td class="trcat"> </td>
</tr>
</table></td>
</tr>
<tr>
<td class="mcat" colspan="3">
<table>
<tr>
<th colspan="2" class="thCornerL" height="20" nowrap="nowrap"> {L_FORUM} </th>
<th width="50" class="thTop" nowrap="nowrap"> {L_TOPICS} </th>
<th width="50" class="thTop" nowrap="nowrap"> {L_POSTS} </th>
<th class="thCornerR" width="200" nowrap="nowrap"> {L_LASTPOST} </th>
</tr>
<tr>
<!-- BEGIN forumrow -->
<td class="row1" 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="row1" width="100%" height="50" style="hover: #FFFFFF "><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><span class="gensmall">{catrow.forumrow.L_MODERATOR} {catrow.forumrow.MODERATORS}</span></td>
<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">{catrow.forumrow.TOPICS}</span></td>
<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">{catrow.forumrow.POSTS}</span></td>
<td class="row2" align="center" valign="middle" height="50" nowrap="nowrap"> <span class="gensmall">{catrow.forumrow.LAST_POST}</span></table>
</td>
</tr></td>
</tr>
<tr>
<td class="blcat"> </td>
<td class="bccat"> </td>
<td class="brcat"> </td>
</tr>
</table>
<!-- END forumrow -->
<br />
<!-- END catrow -->
want hij word fout weergegeven, rechtsvanboven bijd e forum staat het plaatje bv niet op de achtergrond
en in IE wordt hij helemaal mislukt weergegeven
hier nog de css-file als die miss fout is...
Code: Selecteer alles
td.cat,td.tlcat,td.tccat,td.tcat,td.trcat,td.mcat,td.blcat,td.bccat,td.brcat {
background-color: #252525; border-width: 0px;
}
td.cat,td.tlcat,td.tccat,td.tcat,td.trcat {
height: 25px;
}
td.cat {
width: 200px;
background-image: url(images/cellpic1.gif);
}
td.trcat {
width: 10px;
background-image: url(images/cellpic1_tr.gif);
}
td.tlcat {
width: 30px;
background-image: url(images/cellpic1_tl.gif);
}
td.tccat {
width: 60px;
background-image: url(images/cellpic1_tc.gif);
}
td.mcat {
padding: 10px 10px 0px
}
td.blcat,td.bccat,brcat {
height: 10px;
}
td.blcat,td.brcat {
width: 10px;
}
td.blcat {
background-image: url(images/cellpic1_bl.gif);
}
td.brcat {
background-image: url(images/cellpic1_br.gif);
}