

O bölümün css Kodları:
Kod:
/* Rounded Thead */
.thead-left {
background: url(thead-left.png) no-repeat;
width: 65px;
}
.thead-middle {
background: url(thead-middle.png) repeat-x;
width: 100%;
height: 25px
}
.thead-right {
background: url(thead-right.png) right no-repeat;
width: 65px;
}
.thead-bottom-left {
background: url(thead-bottom-left.png) left no-repeat;
width: 10px;
height: 25px;
}
.thead-bottom-middle {
background: url(thead-bottom-middle.png) repeat-x;
height: 25px;
width: 100%;
}
.thead-bottom-right {
background: url(thead-bottom-right.png) right no-repeat;
width: 9px;
height: 25px;
}
HTML Kodları:
Kod:
<table border="0" cellspacing="0" cellpadding="0" class="thead-baslik">
<tr>
<td class="thead-left"> </td>
<td class="thead-middle">
<strong>{$lang->sub_forums_in}</strong>
</td>
<td class="thead-right"> </td>
</tr>
</table>
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="tcat" width="2%"> </td>
<td class="tcat" width="59%"><span class="smalltext"><strong>{$lang->forumbit_forum}</strong></span></td>
<td class="tcat" width="7%" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_threads} / {$lang->forumbit_posts}</strong></span></td>
<td class="tcat" width="15%" align="center"><span class="smalltext"><strong>{$lang->forumbit_lastpost}</strong></span></td>
</tr>
{$forums}
</table>
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="thead-bottom-left"> </td>
<td class="thead-bottom-middle"> </td>
<td class="thead-bottom-right"> </td>
</tr>
</table>
<br />
Kullanmak İsteyenler İçin PSD Tasarımı Adresi:
http://www.pixeden.com/psd-web-eleme...nload=57&id=20
Not alıntıdır/