active link in pagelist?
Permalink
I created a pagelist as a navigation.
How can I get the active link in the pagelist? -> would like to highlight the active link. In Auto-Nav there is a equivalent: ".nav-selected" class but not in the pagelist.
How can I get the active link in the pagelist? -> would like to highlight the active link. In Auto-Nav there is a equivalent: ".nav-selected" class but not in the pagelist.
hi, You can use a:active in the css file .. no?
Unfortunately, like you can see onhttp://www.cewas.org (topright-navigation), there will be always a pagerefresh, therefore the active gets lost after clicking on it.
I tried it but you just see a short blinking of the a:active-css-style.
I tried it but you just see a short blinking of the a:active-css-style.
Try adding the following to your style.css
Seems to work in firebug.
-Guy
.ccm-page-list-title a:active {font-size:25px; background: #000;}
Seems to work in firebug.
-Guy
Hi, thanks for your suggestion, but this style-setting also disappears after page reloaded. (by clicking on the link)…