Link to home
Start Free TrialLog in
Avatar of dave_e_work
dave_e_workFlag for United States of America

asked on

Help with some Jquery & CSS

Hello, hope you can help with this small problem and hoping it may be a quick fix. I have an example small sliding banner here:

http://95.131.66.210/~earlylea/example/examples/static_simple.html

I was hoping that I could kind of make it look like this example:

https://play.google.com/store

I am happy with the functionality, all I require, either in JQuery or CSS is for the left and right image to be "Greyed Out" until it is in the middle if that makes sense.

Any help is gratefully received.

Thanks in advance
Avatar of fourck
fourck

add the following css at the end of your css file:

.jcarousel-item-1, .jcarousel-item-3{
  opacity:0.3 !important;
}


you could change if you want the 0.3 value from 0 to 1.

Good Luck!
ASKER CERTIFIED SOLUTION
Avatar of zappafan2k2
zappafan2k2

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial