Home › Forums › JavaScript › Anything Slider Help, Change Animation to Fade › Re: Anything Slider Help, Change Animation to Fade
November 13, 2009 at 1:26 pm
#66519
Member
HI – Love the fader – definitely more what I was looking for :) A little less jarring than the sliding :)
Question … I altered the css a bit to have some smaller back and forward buttons — butnow they aren’t working. They display … but they don’t function (and the hover doesn’t work either). They’re 4 buttons in a sprite — individual buttons are 15px by 21 px.
Code:
.anythingFader .arrow { display: block; height: 15px; width: 21px; background: url(../images/playbuttons.jpg) no-repeat 0 0; text-indent: -9999px; position: absolute; bottom: -18px; cursor: pointer; }
.anythingFader .back { background-position: 0px 0px; left: 413px; }
.anythingFader .back:hover { background-position: 0px -16px; }
.anythingFader .forward { background-position: -21px 0px; right: 17px; }
.anythingFader .forward:hover { background-position: -21px -16px; }
.anythingFader .back { background-position: 0px 0px; left: 413px; }
.anythingFader .back:hover { background-position: 0px -16px; }
.anythingFader .forward { background-position: -21px 0px; right: 17px; }
.anythingFader .forward:hover { background-position: -21px -16px; }
Am I missing something?
Thanks for sharing this slider/fader :)