i have a image of straight line which i would like to replace bottom border of input text box.
div{
border-image:url("image.png");
}
is this right approach ?
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.
It’s better create an Image like box and use it as background image.
If you want to use
border-imagerefer this http://css-tricks.com/understanding-border-image/