Just an FYI, it looks like the sbox.js script for changing time periods in charts only works in IE7 and Firefox. IE6 just shows a blank spot.
Must be one of bugs in IE. But I found a solution. This code does nothing, but it makes ie6 to show it. if(IE){
try{$('scroll_calendar').setStyle({'border' : '0px white solid;'});}
catch(e){}
}
Comment