Calendar skin and images do not appear

I’ve assigned the global img path and initialized the calendar but the skins and images do not display. I’ve checked to make sure that all calendar css are in the path codebase/skins and codebase/imgs which also contains all the directories for the calendars skin objects __dhxCal_skin_SimpleGrey being one of them.

The calendar displays showing only the text of the month, year, days with a transparent background.

What am I missing? How can I find out where it is looking for it’s paths?

window.dhx_globalImgPath = ‘…/…/codebase/imgs/’;

var jsDate_5_54= new dhtmlxCalendarObject(“t_5_54”);
jsDate_5_54.setDateFormat(“%m/%d/%Y”);
jsDate_5_54.setSkin(‘simplegrey’);
jsDate_5_54.draw();

Thanks!
David

Hi,

please the sample

dhtmlxCalendar/samples/01_initialization/02_calendar_css.html

If the problem is not solved, you may attach the sample where we could reproduce it