cancel
Showing results for 
Search instead for 
Did you mean: 

Navigation

Former Member
0 Kudos

Hi

I want to implement detail navigation as drop down menu which can be merged with top level navigation

I have done the top level navigation as hover effect i also want detail navigation to have hover effect

For Example

College

Library

_________Forms

|----


> Science

Commerce

Arts

Science,Commerce,Arts is the detail navigation

I want all this as top level navigation

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Hi,

If you already have a Hover menu for your Top Level, then you can also extend this to show all detailed navigation nodes. I dont see any restrictions here. If you check your codes of your hover menu of your top level, you will see that your are using Navigation Taglibs and you only iterate on it till 2 level, you should just extend it to iterate on all children.

So you have to iterate on all Navigation nodes with help of Navigation Taglibs and make sure you create entries in your Hover menu.

Regards,

Praveen Gudapati

Former Member
0 Kudos

hi pravin

if u can explain it to me more clearly how to implement it it will be very helpful if u provide me ur email id i can send u my hover par file

Thanks