Page 2 of 2

Re: Navigation(-Buttons) im CMS erstellen?!

Posted: Tue 20. Apr 2010, 14:58
by Iller13
Es klappt!!!!!!

Tausend Dank an die Helfer!

Hier mal ein kleiner Hinweis, wie es nun läuft, wenn mal wieder jemand auf dieses Thema stößt und das gleiche Problem hat:

NAV LIST UL ausm Wiki ---> http://www.phpwcms-howto.de/wiki/doku.p ... av_list_ul

Der Link im BE --->

Code: Select all

<div class="nlu_horiz1">{NAV_LIST_UL:F,ID,1,act_path,active,id}</div>
Die ID der einzelnen Navigationsbuttons ist im Quelltext rauszulesen.

Auszug für das CSS, für die einzelnen Navigationsbuttons und den aktiven Zustand --->

Code: Select all

/* Einzelne Navigationspunkte */
.nlu_horiz1 ul li#li_id_4 a {
       width:154px;
       height:30px;
       margin: 0 1px 0 0;
       font-weight:bold;
       background:transparent url(../../picture/navigation/welleid4.png) 0 0 no-repeat;}

/* Aktive Navigationspunkte */
       .nlu_horiz1 ul li#li_id_4.act_path a {
              width:154px;
              height:50px;
              margin: 0 1px 0 0;
              font-weight:bold;
              background:transparent url(../../picture/navigation/welleid4a.png) 0 0 no-repeat;}
Grüße
13 :D