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.

gfasbend

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Conflict with Oracle Apex when showing "Edit links" #1551
    gfasbend
    Participant

    Thanks!
    This works perfect.
    I’ll do it manually for now, no problem.

    Thanks for your help.

    Guido

    in reply to: Conflict with Oracle Apex when showing "Edit links" #1548
    gfasbend
    Participant

    Mmmm, how can I prevent that html code is interpreted?
    I used the “Code” option.
    Anyway.
    I now see that the thing that’s different in my code is the following, the first a tag is closed and then another is added.
    You enclosed an a tag inside the other.
    This is how it goes wrong:

    
    <'li><'a href="#">Introduction to SmartMenus jQuery<'/a><'a href="#" style="display:none;">hidden link<'/a><'/li>
    

    If you try it like this, you will probably see the same result.

    in reply to: 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

Viewing 3 posts - 1 through 3 (of 3 total)