Open eneesemann opened 13 years ago
I wanted to do the same thing and after playing around with it a bit I got it to work by adding this to my css:
div.orbit-wrapper div.slider-nav span.right:hover { background: url(../images/orbit/right-arrow-hover.png); right: 0; }
div.orbit-wrapper div.slider-nav span.left:hover { background: url(../images/orbit/left-arrow-hover.png); left: 0; }
Hi!
Is it possible to create a css sprite like rollover with the thumbnails and/or directional nav buttons? I have tried to create an a:hover in the css with a shift in background image but that does not work. I am good with the css but have no jquery knowledge. Help!
Thanks, e