callMeAl
08-16-2009, 07:17 PM
I'm new here so hi guys, nice to meet you:).
I have a 'textarea' form field for which I've set a background image. I've set CSS 'overflow' property to 'auto' to eliminate scrollbar in IE(because it appears even without the content).
The problem is that when the text inside my 'textarea' is taller than its height the scrollbar appears and starts scrolling the text with the background. It happens only in IE. In FF everything works fine - the background stays in place as the text is scrolled.
My question is: what to do in order to force IE to leave the 'textarea' background and scroll only the text.
Thank you in advance for suggestions.
I have a 'textarea' form field for which I've set a background image. I've set CSS 'overflow' property to 'auto' to eliminate scrollbar in IE(because it appears even without the content).
The problem is that when the text inside my 'textarea' is taller than its height the scrollbar appears and starts scrolling the text with the background. It happens only in IE. In FF everything works fine - the background stays in place as the text is scrolled.
My question is: what to do in order to force IE to leave the 'textarea' background and scroll only the text.
Thank you in advance for suggestions.