Verfasst: 03.02.2007 18:18
kannst du mir mal ein screenshot zeigen?
phpBB.de - Die deutsche phpBB-Community
https://www.phpbb.de/community/
miccom hat geschrieben:Du machst aus deinem Logo einfach ein transparentes gif, die Ränder können ruhig unsauber sein.
Code: Alles auswählen
.........
<div id="overDiv" style="position:absolute; visibility:hidden; z-index:1000;"></div>
<a name="top" id="top"></a>
<center>
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td width="800px" align="left" class="bodyline" rowspan="2">
<table class="topbkg" width="100%" cellspacing="0" cellpadding="0" border="0">
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0" height="98px">
<tr height="98px">
<td>
<a href="portal.php"><img src="templates/cback/images/myqube.gif" border="0" height="93px" alt="{L_INDEX}" vspace="1" /></a>
</td>
...........
Code: Alles auswählen
............
/* This is the gradient background at the top of the page */
.topbkg{background:#efefef url(images/back.gif) repeat-x}
.topnav{font-size:10px;background:#eeeeee url(images/back.gif) repeat-x;color:#999999;
height:21px;white-space:nowrap;border: 0px solid #999999;border-width: 1px 0px 1px 0px}
.............
Code: Alles auswählen
.topbkg{background:#efefef url(images/back.gif) repeat-x}
Code: Alles auswählen
.topbkg{background:#efefef url(images/back.gif) background-repeat: repeat-x}
.topnav{font-size:10px;background:#eeeeee url(images/back.gif) background-repeat: repeat-x;color:#999999;
height:21px;white-space:nowrap;border: 0px solid #999999;border-width: 1px 0px 1px 0px}