Hi,
Yes. I grabbed the example from the download and changed the sample menu in the following:
<'ul id="main-menu" class="sm sm-blue">
<'li><'a href="http://www.smartmenus.org/">Home<'/a><'/li>
<'li><'a style="color:blue;" href="http://www.smartmenus.org/about/">About<'/a><'a style="display:none;" href="xx">xxx<'/a>
<'ul>
<'li><'a href="http://www.smartmenus.org/about/introduction-to-smartmenus-jquery/">Introduction to SmartMenus jQuery<'/a><'/li>
<'li><'a href="http://www.smartmenus.org/about/themes/">Themes<'/a><'/li>
<'li><'a href="http://vadikom.com/about/#vasil-dinkov">The author<'/a><'/li>
<'li><'a href="http://www.smartmenus.org/about/vadikom/">The company<'/a>
<'ul>
........
I didn’t copy the whole code, but the only thing I changed is the second line with the “About” menu item.
If I run this demo, the “About” menu item disappears and the pulldown menu is placed on top of it.
If I then Inspect the generated html, I see that the first “a” tag (the About link) has now an extra attribute display:none in the style attribute.
Can you reproduce this?
I’m using Firefox and Safari here by the way. I haven’t tried it with IE yet.
Thanks for looking into this.
Regards Guido