13.12.2003, 16:08
Hmm, wie wärs mit einer Tabelle in einer Art Leiste?
Also z.B.:
Als I-Tüpfelchen könntest du noch so eine Klasse dazugeben:
Das ergebenis würde (ungefähr) so aussehen:
http://www.boldluck.at/netboard/css.html
mfg
Zerogiven
Also z.B.:
Code:
<table class="Nav">
<tr>
<td>Link1</td>
<td>Link2</td>
<td>Link3</td>
</tr>
</table>
Als I-Tüpfelchen könntest du noch so eine Klasse dazugeben:
Code:
.Nav { margin-left:0px; margin-right:0px; border-top:1px solid blue; border-bottom:1px solid blue; width:100%; }
BODY { margin-left:0px; margin-right:0px; }
Das ergebenis würde (ungefähr) so aussehen:
http://www.boldluck.at/netboard/css.html
mfg
Zerogiven
<a href="http://www.boldluck.at" target="_blank">
</a>