Jquery slider javascript help required, thumbnails not in correct order
I am using wow slider and there is some issue, which causes the bullets, which onhover show thumbs of images and point to that image in sequence onClick. Howeverver at no. 13 and afterwards images are not in sync (as shown on bullet hover/onMouseover), but click on bullet in slideshow points to correct image.
I tweaked some css but in vain..is it possible to do it by editing Script.js or style.css, Please somebody help to resolve this.
Please see the code i开发者_Python百科n action here.
Thanks in Adv,
Anita
[PS: I am using IE7.0 as browser.]
Everything seems to be in working order with FF 4 for Mac.
The issue you are having could be a result of IE7's difficulty with :hover
The bullets are in <DIV class=ws_bullets>
which has a :hover
action associated with it in the stylesheet, and my guess is that's what is causing you problems in IE7.
Do all of the demos on WOWslider.com function properly on your machine in IE7?
I figured it out: it has some internal coding in the script which causes it, since it was demo version of wow slider. It wasn't displaying thumbs beyond 11/12 and used credits in b/w to make it work correctly.
精彩评论