Hi,
I am using the ported D7 version and it's a great module (no option to choose v7 though in the options). I just wanted to know if there was a way to add classes to the options in the resulting select list.
For example:
<select class="quick_menu_select form-select" #id="quick_menu_main_menu"><option value="/">Home</option><option value="/about-us" CLASS="LEVEL-1">About us</option><option value="/about-us/finance" CLASS="LEVEL-1"> - Finance</option><option value="/about-us/finance/accounts" CLASS="LEVEL-2"> -- Accounts</option><option value="/about-us/governance" CLASS="LEVEL-1"> - Governance</option></select>
This way, you could style out the list with css so it's more obvious which are top level pages and which are sub pages.
Sam.