Quote:
Originally posted by Xelation
is there anyway to keep the background image stationary? you see... after someone types enough its just going to start over and you'll have a line in the middle of the box. I hope this is possible
|
just ad more css =)
look for :
showthread_replybox
in the custom template
Code:
<textarea name="message" rows="7" cols="$textareacols" wrap="virtual" tabindex="1"></textarea>
and chage it to :
Code:
<textarea name="message" rows="7" cols="$textareacols" wrap="virtual" tabindex="1" style="background-image: url('http://www.yourdomain.com/images/background.gif'); background-repeat: no-repeat; background-attachment: fixed;"></textarea>
Mone'