Very new to javascript, I need help with toggling a background gradient image on click command. Can anybody help me with the coding?
Thanks
Thanks
.blue-row-low {
background: url(img/lightBlueBkrnd.gif) repeat-x;
height: 23px;
color: #666666;
.blue-row-hi {
background: url(img/dkBlueBkrnd.gif) repeat-x;
height: 23px;
font-weight: normal;
color: #000000;
Comment