system
6. August 2006 um 16:18
1
Hi, weiss jemand wie ich mein Menü von oben nach links als menü das vertikal angelegt ist hinbekomme?? Mein jetziges(oben,horizontal):
www.10000kb.de/user_web/dumbledore1/2010.html
Ich möchte ebenfalls noch etwas Verschönerung des Menüs haben allerdings nicht mit css oder php, etc. !!
Kann mir da jemand tipps geben??
Tar
6. August 2006 um 17:32
2
<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
system
6. August 2006 um 17:57
3
[QUOTE=Tar-Minyatur]
<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?
[/quote]
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
´Macht das jemand anders??
Tar
6. August 2006 um 18:06
4
nimmste entweder frames oder divs. (ich bin für divs :P)
obwohl man die divs dann wieder nur richtig mit css ausrichten kann…
<div style="float:left;width:12345px;">
<!-- Hier das Menu -->
</div>
<div style="float:right;width:12345px;">
<!-- Hier der Inhalt Ôo-->
</div>