Is it possible to make these arrows with CSS and with all browser compatible including IE,6,7,8
or image is the only option?
Home > Products > Digital camera
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.
I think background images are your only real pure-CSS option, since
contentisn’t well-supported (or supported at all) on earlier browsers.If you’re okay with it not being a pure CSS solution, you can fake it with Javascript, but of course that violates the “using CSS only” part of your question 🙂 (and requires that your site visitors have Javascript enabled). For instance, using Prototype:
…puts a
>at the end of any element matching the selector. You could do the same with jQuery, Closure, … I think the quasi-equivalent jQuery would be: