The AcidJs.Reflections class is an enabler for CSS3 image reflections, written in JavaScript and using jQuery (but can be easily ported to use pure JavaScript). It does not rely on the experimental box-reflect property, but rather on CSS3 transforms and gradients (for IE9 it’s using the proprietary gradient filter with alpha channel).
The class works with all major browsers, including Internet Explorer 9 and 10, and does not initialize on older versions. Check the demo and implementation and eventually download it from my JavaScript, CSS3 and HTML5 experiments website.
Related Posts
- HTML5 Shopping Cart
- Online CSS Merger, Minifier and Obfuscator
- State-of-the-art Ribbonbar Web UI
- Acid.JS Web.UI Library
- CSS3 and SVG Reflections
- HTML5, CSS3 and JavaScript Experiments and Insight
- Coming Soon – CSS3 and JavaScript Replacement Page
- Progressbar Web UI
- Image to Base-64 Data URI Converter
- HTML5 Sticky Notes App
- Band Tourdates Scheduler Web UI
- Booking System for Online Reservations


