Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: Dizaino klaida

Parašė JaWa· 2011 Geg. 11 19:05:07
#1

Sveiki. Gal kas žinote kaip ištaisyti šia smulkę klaidelę su dizainu ? Kai padarau šia panelę viršutinę, ji atsiranda ne vienoje lin ijoje su naujienomis...

Style.css :

.panele{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;

text-transform:uppercase;
color: #fff;
width:200px;
background-image: url(images/panele.jpg);
border-top: #f5b95a;
border-top-width: 1px;


border-bottom: dashed #ff6000;
border-bottom-width:0px;

padding:0px 4px 0px 17px;

}

theme.php:

function openpanele() {

echo "<table align='center' width='200' border='0' cellpadding='0' cellspacing='0'>
<tr>
<td background='".THEME."images/panele_virsus.jpg' width='200' height='10'></td>
</tr>
<tr>
<td class='panele'>\n";

}

function closepanele() {

echo "</td>
</tr>
<tr>
<td background='".THEME."images/panele_apacia.jpg' width='200' height='10'></td>
</tr>
</table><br>\n";

}


paveikslelis: