AnythingSlider Static Link takes 2 clicks the first time
I'm having a strange issue with Anything开发者_StackOverflow社区Slider, this is my page layout:
The red blocks being links. The Biggest red block in the big middle black requires two clicks in FireFox and the BlackBerry browser but only one in Chrome/IE (IE!?). The other red boxes (Links) only need one click in ALL browsers.
Any help would be awesome guys!
Yes it is, at least in the version that I am using: AnythingSlider v1.8.6, I had same problem, but when setting hashTags to false links are now working ;)
$('#slider').anythingSlider({
hashTags: false
});
This is NOT fixable, its just the way it works after much research.
精彩评论