Hi guys
2 problem i face after i installed the scheduler on joomla
firstly : why is the minical icon and the expand icon disappear?
secondly : when i expand the calendar, the header banner comes infront of the calendar.
inter8tiv.com/test/index.php … mode=month
Help appreciated , thanks
ok i got the second one resolved
secondly : when i expand the calendar, the header banner comes infront of the calendar.
Seems like i need to change the template.css of my template to 1 for the z-index.
but i am still stuck with the first problem
firstly : why is the minical icon image and the expand icon image disappear?
It seems to be a bug of skin builder 
Try to add the next lines to the end of dhtmlxscheduler.css
.dhx_expand_icon {
background-image:url(./imgs/colapce-expand-icon.gif);
}
.dhx_cal_navline div.dhx_minical_icon{
background-image:url(../imgs/calendar.gif);
}