Hi'
Im thinking about purchasing your menu, but are experiensing a problem with the test-code, and the problem can also be seen on the demo located at :
http://milonic.com/menusample74.php
The problem is that when clicking one tab several times, you might end up having the belonging sub-menu selected, but the tab itself is de-selected.
When this situation arises, selecting another tab causes two tabs to be active at the same time.
Is this a behaviour that i can avoid by changing the menu_data.js or another file?
Or is it a bug that will be fixed?
Thanks in advance
MIB
Problem with Amazon Style tab menu
You could try putting
in the menuStyle. That should make it close the submenu when you click the tab.
Ruth
Code: Select all
closeonclick=1;
Ruth