I'm still new to Reflections in CSS, etc., so with some problems with this. For the homepage, I was told that I need to reflect the text and then the image (as well as the complex shadow behind, but this is on my to-do list).
For chrome / safari (webkit) I have
-webkit-box-reflection: below 0px -webkit-gradient (linear, upper left, lower left, from (transparent), brake light (70%, transparent) to (rgba (255,255,255,0.2)));
It looks very nice ... However ... it is obvious that it only works with chrome / safari. How can I get the same effect in Internet Explorer (7/8/9 if possible) and Firefox?
Thanks Nicholas Carter
source
share