Fórum

custom navigation

biswajit sarkar, modificado 12 Anos atrás.

custom navigation

Regular Member Postagens: 166 Data de Entrada: 17/10/11 Postagens Recentes
I am trying to customize default liferay navigation .
In default liferay navigatin the child menu appear on mouse hover but i try to do this on-muuse click.
mean the child menu will appear when I click on the menu.

How can I do this???
thumbnail
David H Nebinger, modificado 12 Anos atrás.

RE: custom navigation

Liferay Legend Postagens: 14919 Data de Entrada: 02/09/06 Postagens Recentes
Not easily. The child menu is a hidden div that has it's visibility toggled when the parent is hovered.

What you're asking to do would now involve CSS changes and javascript support. The CSS changes would remove the :hover from the parent element to stop the automatic stuff. The javascript changes would require adding click event handlers on the parent element in order to manually toggle the child menu.
biswajit sarkar, modificado 12 Anos atrás.

RE: custom navigation

Regular Member Postagens: 166 Data de Entrada: 17/10/11 Postagens Recentes
David H Nebinger:
Not easily. The child menu is a hidden div that has it's visibility toggled when the parent is hovered.

What you're asking to do would now involve CSS changes and javascript support. The CSS changes would remove the :hover from the parent element to stop the automatic stuff. The javascript changes would require adding click event handlers on the parent element in order to manually toggle the child menu.



can you please share any code??
thumbnail
David H Nebinger, modificado 12 Anos atrás.

RE: custom navigation

Liferay Legend Postagens: 14919 Data de Entrada: 02/09/06 Postagens Recentes
No, because I've never needed to do such a thing.
thumbnail
Mazhar Alam, modificado 11 Anos atrás.

RE: custom navigation

Regular Member Postagens: 191 Data de Entrada: 25/11/11 Postagens Recentes
Hi

I have also customized the navigation portlet,but after that i am unable to see its child pages on hover..
Any help..

Thanks in advance