I want to add multiple borders on a single image. Is this possible through CSS?
Example: http://imageshack.us/photo/my-images/31/multiplebg.jpg/
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.
At the moment it’s not possible to make more than one border in CSS. You can kind of fake having three borders by using some clever css3 shadowing techniques.
But I’d just go with adding the borders to the image as this isn’t supported by IE. (Maybe IE9 supports it.)