jquery, simplemodal with a tooltip?
        Posted  
        
            by matthewsteiner
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by matthewsteiner
        
        
        
        Published on 2010-04-24T16:41:32Z
        Indexed on 
            2010/04/24
            16:43 UTC
        
        
        Read the original article
        Hit count: 232
        
jQuery
|simplemodal
I'm using http://dev.mariusilie.net/content/simple-tooltip-jquery-plugin for my tooltip and simple modal for a modal window. I've got a link in the modal window and when I put my mouse over it, the tooltip is there, but it's beneath the modal window. I think it has to do with "z-index". I looked and I think the modal window is at 1000. I've set the #simpleTooltip property in the css with various z-index values, with no luck. It always appears beneath the modal window.
Any Ideas?
© Stack Overflow or respective owner