I have jQuery custom content scroller on my website inside of a div
. The div
content has the parameter ("#content").hide()
. The div
is visible when the page loads and the jQuery custom content scroller works perfectly.
But if the div
content is not visible when the page loads, the jQuery custom content scroller is not visible and does not work. I noticed that when you shrink or enlarge the window, the scroller displays. I have small example on this URL: http://www.frantatoulen.wz.cz/
Where might the problem be?