Home › Forums › CSS › jQuery pop up box inside JS anythingSlider not working › Re: jQuery pop up box inside JS anythingSlider not working
September 23, 2012 at 1:19 am
#110605
Member
There are a few problems that need to be overcome:
First is that the popup is inside of the slider which has `overflow:hidden` so only part of the popup will show up. The best solution for this would be to append the popup outside of the slider.
The second issue is the way the script is written, it appears that only the first trigger and popup would work. I tried to fix the script to correct this problem but it just got a lot messier. I’ll try again in the morning after some sleep ;)