I am trying to build a HTML5 iPad application where I want to provide the user with a text area with a page lines like effect to enter their details. How can I do this?
Share
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.
The easiest way to achieve this is to create a simple PNG-image containing a horizontal line and use it as a repeating background on your textarea.
I created a simple example: http://jsfiddle.net/r4c2a/1/
Step by step, what you should do is:
Of course, this is just a rudimentary example and you can style it pretty much any way you want it to look.