is it possible to start coda slider on a hidden div?
Posted
by andufo
on Stack Overflow
See other posts from Stack Overflow
or by andufo
Published on 2010-06-08T15:06:29Z
Indexed on
2010/06/08
15:12 UTC
Read the original article
Hit count: 274
jQuery
|coda-slider
i have a div id=holder, and inside a coda slider. it works alright, but to avoid the flickering in certain browsers, i decided to make holder display:none, and then display:block on $(document).ready
The problem is that, for some reason, when the parent div is display:none, the coda slider doesnt have any effect.
any workarounds or ideas for this issue? thanks!
© Stack Overflow or respective owner