All
While designing some new site, I’ve decided to use some text reflections on the header in my designs
I’ve already created the header using @font-face and I didn’t want to create an header image, so i want to reflect it via css
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Webkit has a reflection property: http://www.webkit.org/blog/182/css-reflections/
It’s not supported anywhere else though, and to be honest, I’ve seen no movement in the 2 to 3 years since it was announced from any other vendors.
You could emulate the effect by using a canvas tag, but to be honest, unless the content is dynamic, you are probably better off using an image.