Home › Forums › CSS › jQuery pop up box inside JS anythingSlider not working › Re: jQuery pop up box inside JS anythingSlider not working
September 24, 2012 at 6:45 pm
#110706
Participant
Ah ha! I found the problem. The pop up was working in the slide, but the positioning assigned to it (because of the other pop up box on the page) was placing it outside of the slider. With overflow:hidden, it was simply not showing. So it turned out to be a CSS issue. Thanks for your help Mottie!