Hello,

I think there is a problem where if there are lots of
subitems i get two rows. If an item in the first row has a submenu it
opens as dropdown right below the item.

This works good in all browser except in ie6/7. Here I have the
problem that the li submenu navbar item in the second row appears
always above the dropdown if it opens from an item in the first row.

to get around this i used this little hack:
<!--[if lte IE 7]>
        <style type="text/css">
      .sf-menu li:hover {
                visibility:             inherit; /* fixes IE7 'sticky bug' */
                z-index:                999;
            }
    </style>
<![endif]-->

but this only works if the mouse is hovering the li element, while it
waits to fade out it goes back behind the li submenu navbar item in
the second row.

any suggestions?

One other problem with this plugin is that if you have a "windows
media player component" the submenus open behind the video, either in
firefox or IEx. Is there a solution for this?

Thanks in advance



Reply via email to