• Jetzt anmelden. Es dauert nur 2 Minuten und ist kostenlos!

Menü nach Links

Status
Für weitere Antworten geschlossen.
Code:
<a href="#"> link </a><br />
<a href="#"> link </a><br />
<a href="#"> link </a><br />
<a href="#"> link </a><br />
<a href="#"> link </a><br />

ist das so schwer?

Ohne css formatiere ich keine menus :P
 
Tar-Minyatur schrieb:
Code:
<a href="#"> link </a><br />
<a href="#"> link </a><br />
<a href="#"> link </a><br />
<a href="#"> link </a><br />
<a href="#"> link </a><br />

ist das so schwer?

Ne, so schwer is das jetzt nich nur das schwere kommt ja noch: Wie bekomm ich jetzt text neben das Menü??

Ohne css formatiere ich keine menus :P

´Macht das jemand anders??
 
nimmste entweder frames oder divs. (ich bin für divs :P)

obwohl man die divs dann wieder nur richtig mit css ausrichten kann...

Code:
<div style="float:left;width:12345px;">
<!-- Hier das Menu -->
</div>

<div style="float:right;width:12345px;">
<!-- Hier der Inhalt Ôo-->
</div>
 
Status
Für weitere Antworten geschlossen.
Zurück
Oben