Easyslider problems HELP!!!
Using easyslider to scroll through maps and corresponding descriptions.
It's working occasionally (on a refresh), but more often not, 9/10 times not.
The height of the slide and also the position get screwed up.
See here:
bigfootwalk
I pulled this from the Developer window in Safari. This style was applied to the <div id="slider">
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) but they're wrong, which accounts for 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.
Any help is much appreciated.
S