(12 Dec, 2012, 12:41 am)Cluster escribió: en forumbit_depth1_cat cellspacing="" tiene que estar en 0 osea cellspacing="0"
<?php
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<thead>
<tr>
<td class="thead" colspan="3">
<div><img src="images/mybbes/categoria_{$forum['fid']}.png" alt="{$forum['name']}"> <a title="{$forum['name']}" href="{$forum_url}"><strong>{$forum['name']}</a></strong> <small><span sryle="font-weight: 0;">{$forum['description']}</span></small></div>
</td>
<td class="thead" width="70" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_threads}</strong></span></td>
<td class="thead" width="70" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_posts}</strong></span></td>
<td class="thead" width="150" align="center">
<div class="expcolimage"><img src="{$theme['imgdir']}/{$expcolimage}" id="cat_{$forum['fid']}_img" class="expander" alt="{$expaltext}" title="{$expaltext}" /></div>
<span class="smalltext"><strong>{$lang->forumbit_lastpost}</strong></span>
</td>
</tr>
</thead>
<tbody style="{$expdisplay}" id="cat_{$forum['fid']}_e">
{$sub_forums}
</tbody>
</table>
<br />
<?php
<table border="0" cellspacing="0" cellpadding="{$theme['tablespace']}" class="tborder">
<thead>
<tr>
<td class="thead" colspan="3">
<div><img src="images/mybbes/categoria_{$forum['fid']}.png" alt="{$forum['name']}"> <a title="{$forum['name']}" href="{$forum_url}"><strong>{$forum['name']}</a></strong> <small><span sryle="font-weight: 0;">{$forum['description']}</span></small></div>
</td>
<td class="thead" width="70" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_threads}</strong></span></td>
<td class="thead" width="70" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_posts}</strong></span></td>
<td class="thead" width="150" align="center">
<div class="expcolimage"><img src="{$theme['imgdir']}/{$expcolimage}" id="cat_{$forum['fid']}_img" class="expander" alt="{$expaltext}" title="{$expaltext}" /></div>
<span class="smalltext"><strong>{$lang->forumbit_lastpost}</strong></span>
</td>
</tr>
</thead>
<tbody style="{$expdisplay}" id="cat_{$forum['fid']}_e">
{$sub_forums}
</tbody>
</table>
<br />
<?php
.thead {
background: #182846 url(images/nesil/tablo.gif) repeat-x scroll left top;
color: white;
border-bottom: 1px solid #BEBEBE;
padding: 7px 15px;
-moz-border-radius-topleft: 6px;
-moz-border-radius-topright: 6px;
-webkit-border-top-left-radius: 6px;
-webkit-border-top-right-radius: 6px;
font-weight: bold;
}
<?php
.thead {
background: #182846 url(images/nesil/tablo.gif) repeat-x scroll left top;
color: white;
border-bottom: 1px solid #BEBEBE;
padding: 7px 15px;
font-weight: bold;
}
.thead:first-child {
-moz-border-radius-topleft: 6px;
-webkit-border-top-left-radius: 6px;
}
.thead:last-child {
-moz-border-radius-topright: 6px;
-webkit-border-top-right-radius: 6px;
}