jquery tooltip behind model box

Discussion in 'jQuery' started by Finxx, Aug 24, 2012.

  1. #1
    I have a contact form on my website so people can write testimonials. The contact form pops up in a model box and it has tooltips that pop up on hover in some fields. The tooltips do work but it pops up behind the model box instead of infront. If anybody knows what to try, please let me know.


    http://www.leadcomm.net/testimonials/

    The modal pops up when the "write a review" image is clicked. The tooltips do pop up but you cant see them. If you hover over the radio box, you'll see it.

    I tried adding a zindex but that didnt work.

    $j(".ccf-tooltip-field").tooltip({
    position: "center right",
    offset: [-2, 10],
    effect: "fade",
    opacity: 0.7,
    tipClass: 'ccf-tooltip',
    zIndex: '100100',

    });

    Any input would be appreciated.
     
    Finxx, Aug 24, 2012 IP
  2. Finxx

    Finxx Peon

    Messages:
    18
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    figured it out. it was the Z axis but I was referencing the wrong class when I was defining it.
     
    Finxx, Aug 24, 2012 IP