how would I add bg colour to this <div id='chatWindow' ta
Posted: Sat Dec 16, 2006 4:37 pm
I am making my chat thing, now, however it clear white, how would I put a background color on it?
thats it, i've tried a few but I break it o_O
any idea's?
Code: Select all
<div id="chatWindow" style="border: solid 1px #000; padding: 4px; width: 600px; height: 160px; overflow: auto;"></div>any idea's?