CSS3 Image Reflections

Css

<style>
#reflectBox {
-webkit-box-reflect: below 0
-webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.5, transparent), to(white));
}
</style>

Html

<div id='reflectBox'><img src='image3.jpg' width='300' height='200' alt='Forest leaves'></div>

view demo

Related Posts

CSS3 box_shadow to create a glow effect, CSS3 Reflection, Resize, CSS3 Rounded corners on images, CSS3 Body Background Gradient, CSS3 Text shadow, CSS3 Box shadow, CSS3 Gradient Background,