ich weiß, dass das Thema "Wie erstelle ich ein horizentales Menü" schon ein paar mal besprochen wurde, aber dennoch habe ich ein paar Fragezeichen. Ich wäre sehr dankbar, wenn mir jemand weiterhelfen könnte, komme an der Stelle mit den gegebenen Informationen einfach nicht weiter.
Ich nutze Version 1.1O (frisch installiert) und nutze noch das Standarddesign. Bevor ich ein eigenes Design erstelle möchte ich erstmal ein wenig am Standarddesign rumschrauben, um gewisse Funktionen zu verstehen. Darunter auch das horizentale Menü. Ich weiß aus anderen Threads, dass ich im Admin-Menü "Horizental" einstellen und etwas am folgenden Quellcode der Index.htm ändern muss. Ich weiß aber leider nicht, was genau ich da reinschreiben soll
<div id="left_col"> {_list_menunr1@ <b class="menu_heading">%1</b> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tbody> <tr style="background: transparent url(include/designs/ilchClan/img/box_left_middle.gif) repeat-y scroll left top; height: 12px; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial;"> <td style="background: transparent url(include/designs/ilchClan/img/box_left_top.gif) no-repeat scroll left top; height: 12px; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial;"></td> </tr> <tr> <td style="background: transparent url(include/designs/ilchClan/img/box_left_middle.gif) repeat-y scroll left top; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial;" align="top">%2</td> </tr> <tr style="background: transparent url(include/designs/ilchClan/img/box_left_middle.gif) repeat-y scroll left top; height: 9px; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial;"> <td style="background: transparent url(include/designs/ilchClan/img/box_left_bottom.gif) no-repeat scroll left bottom; height: 9px; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial;"></td> </tr> </tbody> </table> <br /> } </div>
Ganz unten im Quelltext steht noch folgendes - ich werde daraus aber irgendwie nicht schlau...
<!-- beispiel: [null, '%3', '%2', '%1', null|],|, --> <!-- anfang + link |ende |teilende|teilee --> <!-- horizontaler menupunkt --> {_list_hmenupoint@<li><a target="%1" class="box" href="%2">%3</a>|</li> |<br /> |}<!-- horizontaler menupunkt anfang --> {_list_hmenubegi@ <ul> }<!-- horizontaler menupunkt ende --> {_list_hmenuende@ </ul> }<!-- vertikaler menupunkt --> {_list_vmenupoint@<li><a target="%1" class="box" href="%2">%3</a>|</li> |<br /> <ul> | </ul> }<!-- vertikaler menupunkt anfang --> {_list_vmenubegi@ <ul> }<!-- vertikaler menupunkt ende --> {_list_vmenuende@ </ul> }