How do I style and active menu link? - Joomla! Forum - community, help and support
hope can me?
i have created menu , menu module.
the menu displayed on of link pages.
the client wants menu highlight when on relevant page.
so example if had menu this:
link 1
link 2
link 3
link 4
if clicked on link 1 , got taken link 1 article page, menu appear above, link 1 menu item red, user knows page on.
using css, know can assiging relevant id each body tag joomla pages use 1 body.
any appreciated.
i have created menu , menu module.
the menu displayed on of link pages.
the client wants menu highlight when on relevant page.
so example if had menu this:
link 1
link 2
link 3
link 4
if clicked on link 1 , got taken link 1 article page, menu appear above, link 1 menu item red, user knows page on.
using css, know can assiging relevant id each body tag joomla pages use 1 body.
any appreciated.
hi x-bumble,
since different templates may use different frameworks or styling, here general joomla 2.5 css code use style active menu:
ul.menu li.active a{ }
since different templates may use different frameworks or styling, here general joomla 2.5 css code use style active menu:
ul.menu li.active a{ }
Comments
Post a Comment