In the scheduler, is there a way to set the styles of the div clientid+timescroll and clientid+resscroll to a custom style. On the moment I achieve this by using the 2 styles below (my scheduler is inside <div class="scheduler">
It would have been nice if these divs had class names, becuase using the dom tree as I did below is very risky!
TIMESCROLL
.scheduler div table td div div table td
{
background-position: bottom;
background-image: url("Images/Office2007HeaderShading.gif");
background-repeat: repeat-x;
}
RESSCROLL
.scheduler div table td div table td {
background-color: #FFFFFF !important;
}