It's a miracle - it's working!
Last question re this topic - My coal is to use separate image file only for the menu link which is currently in active state.
I got it so far, that it shows different image file for the active link + all the submenu links.
How to get it working so, that ONLY active link has different image not its sub links
"ul li.active" does'nt do the trick for me. It's easy, right?
First, what that? -> ..... phpwcms_template/inc_css/frontend.css
Second: You haven´t fully understand the tag description.
A little hint e.g.: {NAV_LIST_UL:F,0,,act_path,active} -> chapter "The vertical navigation" - NAV_LIST_UL
The left one: <div class="nlu_navi1">{NAV_LIST_UL:F,ID,,act_path,active}</div>
The right one: <div class="nlu_navi1">{NAV_LIST_UL:,ID,,act_path,active}</div>
Hmm. something is very wrong?
I don't figure it out, tried all combinations (while feeling like a blind man constructing a bomb).
I guess something is missing from my myNavi.
It is now: NAV_LIST_UL:F,1,,act_path,active
And I use still:
#my_NAVI ul li.act_path a,
#my_NAVI ul li.act_path a:link,
#my_NAVI ul li.act_path a:visited,
#my_NAVI ul li.act_path a:active {
background:transparent url(/www2/img/article/nav_link_1_s.gif) no-repeat 0 0;
padding-left:15px;
I use: NAV_LIST_UL:F,1,,act_path,active
And this is:
#my_NAVI ul li.active a,
#my_NAVI ul li.active a:link,
#my_NAVI ul li.active a:visited,
#my_NAVI ul li.active a:active {
I use different image file for active link but still it shows different image file for active link PLUS sublinks.
I'm out of thoughts here..