Is it possible to make a layer type border only with css without using image?
example: http://screensnapr.com/e/WxD1DI.png
Thanks for help.
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.
Short answer :
No, you don’t want to do that.
Long answer :
Yes!
First of all,
Welcome to css hell.
The actual answers :
1st option : Position shape and play with background to do it, like this awesome Dark Vader.
2nd option : Use border-width, like in this jsFiddle (that I found in this question).
3rd option : Use Canvas / SVG, which are not supported in old version of IE.