I am trying to create a popup on hover of each item on jcarousel.
You can see here: http://help.infusionsoft.com/sites/all/themes/help_infusion12/templates/ce_player/jc.php
I have created a div and will display:none and then on hover I will remove the css display none. The only issue with this is that the popup divs are cutoff.
I have tried z-index with no luck. I have also attempted to change from overflow hidden however this will then display every item on the jcarousel which is not what I want.
Am I thinking about this popup idea the wrong way and need to do something else?
Thank you in advance.