ID badge templates - PT Cruiser - Myspace Images - Gavin Newsom - Find services

PDA

View Full Version : Form Text Table Background - making it fixed


misohoni
Jul 27th 2004, 2:25 am
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>

xml
Jul 27th 2004, 3:02 am
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.

misohoni
Jul 27th 2004, 4:50 am
hi, doesn't seem to work...

misohoni
Jul 27th 2004, 5:19 am
fixed it - the code to place is "fixed" after no-repeat...