I have a multi line form text table and have a background image on the site. Problem is that it scrolls up when more text is typed in the form box. How can I make it fixed? Here's the code: <div id="ChatPane" style="BACKGROUND: url(mods/iai/jsrs/raybot.gif) no-repeat left top; background-color: #EFF8FA; width:462px; height:226px; z-index:1; overflow: scroll; left: 0px; top: 0px; border: #C5C4CA; padding: 0px"></div>
Hi, Try style="background-image: url(mods/iai/jsrs/raybot.gif); background-repeat: no-repeat; background-color: #EFF8FA; width: 462px; height: 226px; z-index: 1; overflow: scroll; left: 0px; top: 0px; border: #C5C4CA 1px solid; padding: 0px" This may help.