Thanks for the reply Peter, I’ll try to find where our styles might be affecting the widget. I noticed that there is an inline style applied to the headers using the developer tools in IE like so
Maybe I’m wrong but isn’t that style attribute applied by jqxcalendar.js here
e.css(“background-color”,”transparent”)
If I remove the inline style in the developer tools the header then has a dark blue background as required. As removing the inline style seemed to fix the problem I thought it might be an issue you had come across.
Alan