how would I add bg colour to this <div id='chatWindow' ta

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
Mythic Fr0st
Forum Contributor
Posts: 137
Joined: Sat Dec 02, 2006 3:23 am
Contact:

how would I add bg colour to this <div id='chatWindow' ta

Post by Mythic Fr0st »

I am making my chat thing, now, however it clear white, how would I put a background color on it?

Code: Select all

<div id="chatWindow" style="border: solid 1px #000; padding: 4px; width: 600px; height: 160px; overflow: auto;"></div>
thats it, i've tried a few but I break it o_O

any idea's?
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Post by John Cartwright »

Mythic Fr0st
Forum Contributor
Posts: 137
Joined: Sat Dec 02, 2006 3:23 am
Contact:

hmmm

Post by Mythic Fr0st »

lol -.- I did try but didnt find anything :/
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Re: hmmm

Post by John Cartwright »

Mythic Fr0st wrote:lol -.- I did try but didnt find anything :/
Did you actually follow my link?
Mythic Fr0st
Forum Contributor
Posts: 137
Joined: Sat Dec 02, 2006 3:23 am
Contact:

hmm

Post by Mythic Fr0st »

No -.- sorry forgot to say I fixed it lolz:/
Post Reply