Thead szerszy od tborder

Założony przez  FanaticRPS.

wersja skryptu MyBB: 1.6.9
adres forum: www.nawlasnyuzytek.cba.pl
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu):

Jak powiększyć thead od tborder?, chciałbym uzyskać taki efekt: (chodzi o szerokość !)
[img] http://iv.pl/images/76791721982713877693.jpg[/img]

I za cholere nie mogę sobie poradzić
Wejdz w global.css znajdź
.tborder {
i dopisz tam
hight: 40px;
po 1 chyba height ;)
po 2 nie rozumiem jak height ma związek z szerokością ;)
to może po
.tborder {

wpisz
width: 40px;
Ale to będzie stała szerokość, a co z rozdzielczością? Chciałbym to ustalić za pomocą padding
(28.03.2013, 12:05)FanaticRPS napisał(a): Jak powiększyć thead od tborder?, chciałbym uzyskać taki efekt:
[img] http://iv.pl/images/76791721982713877693.jpg[/img]
Na scrinie pokazałeś że chodzi ci o wysokość sprecyzuj dokładnie o co ci chodzi a nie później pretensje :)
A gdzie tu coś pokazywał ?? .. Przeczytaj nazwę tematu pierw ..
Na ssie jest pokazane ze tborder jest węższy od thead i o taki efekt mi chodzi.
Zrób sobie thead w divie, albo nową tabelę dla niego o innej nazwie oczywiście niż tborder. tboarder zostaw tylko na działy i już dalej chyba sobie poradzisz w global.css
css to bajka, gorzej z html bo nie ogarne tego
daj tutaj szablony z opis działu
forumbit_depth1_cat
forumbit_depth2_forum
forumbit_depth1_cat
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<thead>
<tr>
<td class="thead" colspan="4">
<div><strong>{$forum['name']}</strong></div>
</td>
</tr>
</thead>
</table>
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tbody style="{$expdisplay}" id="cat_{$forum['fid']}_e">
{$sub_forums}
</tbody>
</table>
<br />

forumbit_depth2_forum
<tr>
<td class="{$bgcolor}" align="center" width="5%"><img src="{$theme['imgdir']}/{$lightbulb['folder']}.png" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" width="48px" height="48px" /></td>
<td class="{$bgcolor}" width="60%">
<strong><a href="{$forum_url}">{$forum['name']}</a></strong>{$forum_viewers_text}<div class="smalltext">{$forum['description']}{$modlist}{$subforums}</div>
</td>
<td class="{$bgcolor}" align="left" style="white-space: nowrap" width="10%">{$threads}{$unapproved['unapproved_threads']} Threads<br />{$posts}{$unapproved['unapproved_posts']} Posts</td>
<td class="{$bgcolor}" align="left" style="white-space: nowrap" width="20%">{$lastpost}</td>
</tr>
forumbit_depth1_cat
zamień na to
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tthead">
<thead>
<tr>
<td class="thead" colspan="4">
<div><strong>{$forum['name']}</strong></div>
</td>
</tr>
</thead>
</table>
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tbody style="{$expdisplay}" id="cat_{$forum['fid']}_e">
{$sub_forums}
</tbody>
</table>
<br />
i określ w css. szerokosć .tthead.
No jest, ale jak usunać to wystające pole?

[Obrazek: 37082697759812918478.jpg]


.tthead {
width: 104%;
margin-left: -10px;
padding-right:10px;
}
padding-right:10px;, z to odpowiada, albo powiększ belkę thead.



Użytkownicy przeglądający ten wątek:

1 gości