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>
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;}
13
