Mastering CSS Reflections in Webkit
CSS reflections are just one of the many cool things that css3 has brought to us. The benefits include:
1) Not having to load photoshop
2) Less time spent “messing aroung”
3) smaller image files and less bloat on your page
Design Shack has a great writeup on how to take advantage of this cool technique.
The box-reflect property is just one of many awesome new CSS3 effects that Webkit brings to the table. Unfortunately, it’s not the easiest to use. There’s a lot of syntax that can be confusing and today we’re going to sift through it and explain it in detail so you can get the hang of it.
It’s important to note that, at this point, box-reflect is only supported by Webkit browsers. It’s a superfluous visual effect so you can use it as long as you accept that it’s not going to render in anything but Chrome and Safari.
