yes tried that... its annoying. >http://tredosoft.com/Multiple_IE thanks but i'm developing on linux so i use: http://www.tatanka.com.br/ies4linux/page/Main_Page
life would be so easy if all of use used firefox... but then programming would get simple...
tibi Matt Raible wrote:
You could try adding a second CSS rule that removes this background from your textareas. Of course, it could also be an IE bug. I'd try IE 6 and IE 7. MultipleIE is a great way to install multiple versions of IE. http://tredosoft.com/Multiple_IE Matt On 7/24/07, tibi <[EMAIL PROTECTED]> wrote:hi, i have the following in my layout.css: background: #000000 url(images/splitdot.jpg) top left repeat-y; in ie this will give me the image as background of my body element (which i want) but also as background of my textarea! anyone had this problem?? i had to move the background setting to javascript setting it like this: <script type="text/javascript"> document.body.style.background="#000000 url(styles/topNet/images/splitdot.jpg) top left repeat-y"; </script> to avoid the backgrounding of my textarea's..... stranges thing this ie browser... tibi --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
