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:
Parašė Zeck· 2011 Geg. 11 19:05:59
#2
keisk pading pirma skaiciu, jis nustato koks tarpas bus tarp headerio ir soniniu paneliu
.side-border-left {
color : #777;
background-color : #fff;
padding : 10px 0px 10px 10px;
width: 175px;
}
.side-border-right {
color : #777;
background-color : #fff;
padding : 10px 10px 10px 0px;
width: 175px;
}
Parašė JaWa· 2011 Geg. 21 18:05:24
#3
Man vistiek pasidaro tarpas per didelis nuo headerio ... Vis del to klaida buvo ne
css, o pacioje paneleje. stai paneles kodas, gal kas pagelbes ;)
<?php
openside("Renginių kalendorius");
$result = dbquery("SELECT * FROM ".$db_prefix."event");
$numrows = dbrows($result);
if($numrows>0){
while ($data = dbarray($result)) {
echo "<table border='0' width='100%' height='42' align='center' cellspacing='1' cellpadding='0' class='tbl-border'>
<tr><td class='forum-caption-jawa' colspan='6'><center>
<img src='".$data['event_flag']."' width='40' height='30' alt=''></center></td>
<td class='forum-caption-jawa' colspan='6'>".$data['event_place']." <br> ".$data['event_date']." <a href='".$data['event_ticket']."' class='side'><img src='".THEME."images/veliavos/button-buynow.png' width='90' height='13' alt=''></a></td>
</td></tr>\n</table>";
}
}
closeside();
?>
Parašė JaWa· 2011 Geg. 22 15:05:14
#4
Cia butent ta panele taip darosi ... pavyzdziui i ta pacia vieta idedu kokia online_user_panel ji normalei lyginasi su news , o kai tik sita istatau , vsio ... :/
Redagavo JaWa· 2011 Geg. 22 15:05:01