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

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -