is there any way to use custom border by css or can make by JavaScript or jquery.
i want to use a different style of border.
like we use
border-style:dashed;
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.
with CSS3 you can use border-image, which is what you are looking for. for more information click here – but note, that this is only supported by
very fewgood browsers (firefox, safari – maybe opera – but no IE (until some day IE9 comes…)).EDIT:
if you could give some more information how the border should look like, we could try to do some cross-browser-solution – but the best way is to use border-image… and some not-too-ugly-standard-border-fallback for that dumb piece of software called “IE”.