Wejdz w global.css znajdź
i dopisz tam
po 1 chyba height
po 2 nie rozumiem jak height ma związek z szerokością
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
Kod:
<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
Kod:
<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
Kod:
<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?
Kod:
.tthead {
width: 104%;
margin-left: -10px;
padding-right:10px;
}
padding-right:10px;, z to odpowiada, albo powiększ belkę thead.