How to scroll a background image together with text in textarea?

gabba

New Member
I know this is bit difficlut to explain but you'll get an idea by seeing my code below, the situation is I've a text area which having a line background(something like notebook and the image is repeating itself), so I gave textarea to a fixed height for eg. 300px, so my question is when a scroller comes I just want to stick the lines with the text, now the text is scrolling and the background lines stay back into a fixed position..Just tell me your suggetions, is that possible to scroll the background lines with the text?Here is my html code..\[code\]<div style="width:500px; height:300px; margin:0px auto; background:#ebebeb;"><textarea style="width:100%; height:300px; background:url(line.jpg) repeat; line-height:30px; font-size:20px; font-family:Georgia, 'Times New Roman', Times, serif;" name="" cols="" rows=""></textarea></div>\[/code\]and here you can see the image - {
EN81e.jpg
}
 
Back
Top