Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS jQuery pop up box inside JS anythingSlider not working Re: jQuery pop up box inside JS anythingSlider not working

#110605
Mottie
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 ;)