Foros de discusión

custom navigation

biswajit sarkar, modificado hace 11 años.

custom navigation

Regular Member Mensajes: 166 Fecha de incorporación: 17/10/11 Mensajes recientes
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 hace 11 años.

RE: custom navigation

Liferay Legend Mensajes: 14916 Fecha de incorporación: 2/09/06 Mensajes recientes
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 hace 11 años.

RE: custom navigation

Regular Member Mensajes: 166 Fecha de incorporación: 17/10/11 Mensajes recientes
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 hace 11 años.

RE: custom navigation

Liferay Legend Mensajes: 14916 Fecha de incorporación: 2/09/06 Mensajes recientes
No, because I've never needed to do such a thing.
thumbnail
Mazhar Alam, modificado hace 11 años.

RE: custom navigation

Regular Member Mensajes: 191 Fecha de incorporación: 25/11/11 Mensajes recientes
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