Start a new discussion

To start a new discussion please visit the discussions section of the GitHub home page of the project.

Discussions on GitHub

You can also search our old self-hosted forums for any useful information below but please note that posting new content here is not possible any more.

Re: Conflict with Oracle Apex when showing "Edit links"

Home Forums Older releases 0.9.x Conflict with Oracle Apex when showing "Edit links" Re: Conflict with Oracle Apex when showing "Edit links"

#1547
gfasbend
Participant

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