I just started using SmartMenus and have an issue that maybe you can help me resolve. The system is mostly working fine and I have successfully adapted the blue theme for my site. The problem I am having is that the SmartMenus script seems to insist on applying the style ‘overflow: hidden’ to all submenus. I have tried to figure out if its a setting I’m supposed to use but it’s not obvious.
These are the attributes of the offending ul elements:
class="" style="width: 20em; top: auto; left: auto; margin-left: 0px; margin-top: 0px; display: none; min-width: 10em; max-width: 20em; overflow: hidden;"
As you see it has ‘overflow: hidden’ applied by the script for no apparent reason. If I remove the attribute the sub menu displays. If not, I just see the top left edge of the submenu in the right edge of the parent ul which has the hidden attribute.
Am I missing a configuration option?
Thanks for your help.