jquery easy image slider
Posted
by
Jack
on Stack Overflow
See other posts from Stack Overflow
or by Jack
Published on 2010-12-23T05:45:31Z
Indexed on
2010/12/23
5:53 UTC
Read the original article
Hit count: 199
jQuery
Using easy slider to scroll through Images .
It's working occasionally (on a refresh), but more often not. The height of the slide and also the position get screwed up on load for seconds.
This style was applied to the style="width: 1308px; height: 70px; overflow-x: hidden; overflow-y: hidden;"
I'm not sure where it's pulling those values from (height and width) the slide not expanding vertically to reveal the content and the slide being out of position horizontally. I have this style applied to #slider width:538px; height:auto; overflow:hidden;
but they're not being passed correctly.
© Stack Overflow or respective owner