I have this in a CSS file:
#tabs .bg {
background: url("../images/bg-tabs-r.gif") no-repeat scroll 100% 0 transparent;
height: 39px;
line-height: 42px;
overflow: hidden;
width: 100%;
}
Through JavaScript how do I change background to blank color and line-height to 28px.