Forum Moderators: not2easy

Message Too Old, No Replies

changing the tr bg color

         

moiseszaragoza

7:18 pm on Sep 22, 2010 (gmt 0)

10+ Year Member



I am having problems changing back the tr bg color.

What i am trying to do is:
on click change color
on click again chance color back and this is what i don't know what to do

this is what i have


Code:
<tr height="35px" class="a" id="1" onClick="this.className='b'">

Major_Payne

8:21 pm on Sep 22, 2010 (gmt 0)

rainborick

7:13 pm on Sep 23, 2010 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Try this for your CSS:

.a td { background-color:red; }
.b td { background-color:green; }