29.07.2011, 19:28
wersja skryptu MyBB: 1.6.3
adres forum: www.bakothemes.ugu.pl (zmiana na cs inset na dole)
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu):
Otóż thead nie reaguje na dodawanie zaokrągleń w global.css. Edytowałem Opis Posta, bo chciałem, aby tabelki z tcat przeszły do thead. udało się ale jednocześnie zniknęło obramowanie klasy thead.
Zawartość thead
Zawartość forumbit_depth1_cat
adres forum: www.bakothemes.ugu.pl (zmiana na cs inset na dole)
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu):
Otóż thead nie reaguje na dodawanie zaokrągleń w global.css. Edytowałem Opis Posta, bo chciałem, aby tabelki z tcat przeszły do thead. udało się ale jednocześnie zniknęło obramowanie klasy thead.
Zawartość thead
Kod PHP:
.thead {
background: #ff9e00 url(images/cs_inset/thead.png) top left repeat-x;
color: #282828;
border-radius: 15px;
}
Zawartość forumbit_depth1_cat
Kod PHP:
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<thead>
<tr class="thead">
<td colspan="2">
<div><strong><a
href="{$forum_url}">{$forum['name']}</a></strong><br /><div
class="smalltext">{$forum['description']}</div></div>
</td>
<td width="85" align="center" style="white-space: nowrap"><span
class="smalltext"><strong>{$lang->forumbit_threads}</strong></span></td>
<td width="85" align="center" style="white-space: nowrap"><span
class="smalltext"><strong>{$lang->forumbit_posts}</strong></span></td>
<td width="200" align="center"><span class="smalltext">
<div class="expcolimage"><img
src="{$theme['imgdir']}/{$expcolimage}" id="cat_{$forum['fid']}_img"
class="expander" alt="{$expaltext}" title="{$expaltext}" /></div>
<strong>{$lang->forumbit_lastpost}</strong></span>
</td>
</tr>
</thead>
<tbody style="{$expdisplay}" id="cat_{$forum['fid']}_e">
{$sub_forums}
</tbody>
</table>
<br />