Menu With Its Submenu

Hi,

i want a sub menu in my web application like :student=>student_info,student_address,Academic_details,result.

                                          Employee=>emp_info,emp_add,attendance

i use items array…but i think i made a mistake in that so it wont work,

give me a proper solution for that.

Thanks

You should use the items attribute, but if you’re looking for fly-out submenus, they’re not implemented in the CMenu widget. There are extensions that add support for that, or you can add your own with the appropriate CSS and, optionally, JavaScript.

Edit:

Here’s an extension that seems pretty good. There is a usage guide on that page too.

Hello Keith,

Thanks for ur guidance.

it really helpful me.

it works…

Thank u vary much