kotha
-
Anythingslider Style nav buttons
I am able to use the sprite technique. Also I moved the caption out of the slider and to a separate div as you explained in this forum https://css-tricks.com/forums/discussion/12180/anythingslider-caption/p1
-
Anythingslider Style nav buttons
Thank you so much for your reply. I had 2 more questions on the demo. Now for my nav buttons can I use css sprites technique. The issue is that the CSS needed to determine the position of the image requires an href. I believe the click on the slider…
-
Anythingslider Style nav buttons
In the demo (http://jsfiddle.net/Mottie/ycUB6/3423/) , the fading of images is really smooth. I am using mode:fade and easing: easeInOutExpo on my application. The fading is not so good. Do you think it could be because I have slides of different si…
-
Anythingslider Style nav buttons
I changed the anythingslider.css to not include padding so the space i mentioned in the previous comment is taken care of.
-
Anythingslider Style nav buttons
Targeting the contentslider ul instead of contentslider made the trick and the navigation arrows work. Another small glitch. My content slider is of 765px width. when I have a slide of width 765px, the slide is being pushed a little bit to the righ…
-
Anythingslider Style nav buttons
Hi Mottie, Thankyou for your reply. I tried the javascript changes, OnInitialized and changing OnslideComplete to OnSlideBegin functionality. But the left and right navigation arrows are not working.
-
Anythingslider Style nav buttons
http://jsfiddle.net/ycUB6/3355/
-
Anythingslider Style nav buttons
http://jsfiddle.net/ycUB6/3350/ To the javascript $('.go-back').click(function(){alert("in back"); $('#contentslider').data('AnythingSlider').goBack(); return false; }); $('.go-forward&…
-
Anythingslider Style nav buttons
Hi Mottie, I updated the demo. I have slides of different size. So the default nav buttons that are attached to the slide are taking different places depending on the size of the slide. I want the nav buttons to be at a fixed pos…