Hi, i have a problem with dropdown menu when i use a custom layout with
web2py.. my menu.py is
response.menu += [
(T('Home'), False , URL('default','index')),
(T('Contact Us'), False , URL('default','index')),
(T('Experiments'), False, '#', [
            (T('Station1(RC-Filters)'), False,
URL('default','Experiment_One')),
           (T('Test'), False, URL('default','Test')),
            (T('Station2(RC-Filters)'), False, URL('default',
'Experiment_Two')),]),]

my html code is this

<div id="menu">
   {{=MENU(response.menu,_class='web2py-menu')}}
</div>


it appears the menu but it doesnt open the drop down menu for Experiments
is there something i need to add extra??
Thanks!

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to