Slider not appearing when used with tabs
-
I’ve created a tab control for pages on a client’s site. There are three tab panels, one of which is to feature a slider.
When the tab panel initially loads with the slider panel selected, everything is fine. However, when another tab is selected when the page loads, the slider doesn’t appear to load onto the hidden tab panel and so is not present when a site visitor switches to that tab.
I’m wondering if maybe the slider is being blocked from loading if it would effectively be invisible (with
display:none
). If that is the case, isn’t there a corresponding function that should run to load the slider if the tab panel it’s on subsequently does become visible?
- The topic ‘Slider not appearing when used with tabs’ is closed to new replies.