• Resolved object81

    (@object81)


    I use a Child Theme of TwentyTen, and very much like it’s Menu Feature. But I also use the Sweet Titles Plugin to beautify my Tooltips.

    When I now hoover the Menu and it’s Sub-Menus, the Tooltip (generated by javascript) is behind the Sub-Menu. Of course I want the Tooltip to be in front and visible.

    I would like some hints how I could make this work. Here is a link to the site. Just hoover the Top Menu and you will see what I mean.

Viewing 1 replies (of 1 total)
  • Thread Starter object81

    (@object81)

    The Sweet Titles CSS uses a z-index of 1000. I just changed my styles.css like this:

    #access ul ul {
            [...]
    	z-index: 999;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Sweet Titles] wp_nav_menu and javascript tooltips’ is closed to new replies.