I have set a background image using
background:url(my_image.jpg) no-repeat;
, but now I am looking to add a reflection effect similar to what is seen on this website: .
Is there a way to achieve this using a JavaScript script or CSS hacks?
Thank you,