Inside of my text box CSS code, I have set a background image for some visual effects 
.Mytextbox {
...
background-image: url(/images/box_shadow.png);
...
}
Now, my question is, how can I get this background image to be static, so that when I scroll my text areas the background stays still and doesn't move, just the text moves.
Is it possible?
Thanks for your help.
Edit: Topic Name Didn't Fix - I tried. "TEXT"

.Mytextbox {
...
background-image: url(/images/box_shadow.png);
...
}
Now, my question is, how can I get this background image to be static, so that when I scroll my text areas the background stays still and doesn't move, just the text moves.
Is it possible?
Thanks for your help.
Edit: Topic Name Didn't Fix - I tried. "TEXT"
Comment