css - Add opacity to overflow in slider -
i have slider in home page. works fine, i'm trying overflow opacity in 0.4 example. i'm using jquery cycle in drupal 7. code using.
$('.view-slider-sports .view-content').cycle({ fx: 'scrollleft', speed: 'slow', timeout: 5000, next: '.next2', prev: '.prev2', delay: -1000, });
the idea have images displaying on side of "principal image". normally, have 'other images' using overflow:hidden
.
how can display images apply opacity images in side of slider?
Comments
Post a Comment