Hi,
Can anyone explain how I can achieve a Responsive Multi Level Menu like:

It is based on http://tympanus.net/Development/ResponsiveMultiLevelMenu/
The source code can be found:http://tympanus.net/codrops/2013/04/19/responsive-multi-level-menu/
I don't understand how to dynamically generate the dl-menu, dl-submenu and a href links with the appropriate classes, using any of the following:
$GP_MENU_LINKS,
$GP_MENU_CLASS,
$GP_MENU_CLASSES = array(
'menu_top' => 'menu',
'selected' => '',
'selected_li' => ' ',
'childselected' => '',
'childselected_li' => ' ',
'li_' => '',
'li_title' => '',
'haschildren' => ' '
'haschildren_li' => ' ',
'child_ul' => ' ',
);
gpOutput::Get('FullMenu');
Can anyone explain as I have trawled the forum and am now thoroughly confused.
Vaughan
Edited: 8 years ago