orbit icon indicating copy to clipboard operation
orbit copied to clipboard

Hover State for Thumbnails and Directional Nav

Open eneesemann opened this issue 14 years ago • 1 comments
trafficstars

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

eneesemann avatar Nov 10 '11 02:11 eneesemann

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; }

rmt33 avatar Feb 19 '12 05:02 rmt33