-global.css Usuń u siebie trow1 i trow2, a później dodaj ten kod
.avatar_header {
margin-left: 8px;
margin-top: 1px;
margin-bottom: 1px;
float: left;
}
.user_side {
margin-top: 6px;
float: left;
margin-left: 8px;
}
.thead_okno {
background: #2e2e2e;
color: white;
border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
padding: 6px;
margin-top: 2px;
margin-bottom: 2px;
margin-right: 10px;
float: right;
font-weight: bold;
}
.trow1 {
background: #e9e9e9;
border-top: 1px solid #fff;
border-left: 1px solid #fff;
border-right: 1px solid #d2d2d2;
border-bottom: 1px solid #d2d2d2;
}
.trow2 {
background: #e9e9e9;
border-top: 1px solid #fff;
border-left: 1px solid #fff;
border-right: 1px solid #d2d2d2;
border-bottom: 1px solid #d2d2d2;
}
.trow_shaded {
background: #ffdde0;
}
.trow_selected td {
background: #FFFBD9;
}
.trow_sep {
background: #fafafa;
color: #000;
font-size: 12px;
font-weight: bold;
}
- szablon header lub index (gdy tabela łączy się z drugą, postaw między nimi
<br />)
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead"><strong>
Najaktywniejsi dziś
</strong></td>
</tr>
<tr>
<td class="trow1">
<div class="avatar_header">
<img src='./uploads/avatars/php.gif' width='30' height='30' title='' alt=''>
</div>
<div class="user_side">
<a href="http://apps-forum.pl/member.php?action=profile&uid=1">TheMatthew173</a>
</div>
<div class="thead_okno">0</div>
</td>
</tr>
</table>
:firefox:
:szczerbol: