problem trying to get li class='active' in the menu output - Joomla! Forum - community, help and support
i having trange problem trying in menu output suckerfish can highligh active menu...
curently getting
i want like
so can highlight active menu using css
please help

i using joomla 1.0.13
code: select all
li class='active'
curently getting
code: select all
<div id="nav"><ul>
<li><a href="http://website.com/index.php">home</a></li>
<li><a href="http://website.com/index.php?option=com_contact&itemid=3">contact us</a></li>
<li><a href="http://website.com/index.php?option=com_content&task=section&id=1&itemid=2">news</a></li>
<li><a href="http://website.com/ge/index.php?option=com_weblinks&itemid=23">links</a></li>
</ul></div>
i want like
code: select all
<div id="nav"><ul>
<li><a href="http://website.com/index.php?option=com_weblinks&itemid=22">links</a></li>
<li><a href="http://website.com/index.php?...;itemid=3">contact us</a></li>
<li class='active'><a href="http://website.com/index.php?option=com_content...itemid=2">news</a></li>
<li><a href="http://website.com/index.php?option=...=2&itemid=27">blog</a></li>
</ul></div>
so can highlight active menu using css
please help


i using joomla 1.0.13
if memory serves, need set full active highlighting yes in module parameters in output.
regards,
chris.
code: select all
li class='active'
regards,
chris.
Comments
Post a Comment