The popup calendar is not displaying correctly in firefox, the days buttons overlap the bottom of the popup window. Snapshots attached.
Also the simplegrey style of calendar is not displaying the left/right month buttons although if you click on the area where they should be - the month does change.
I have made sure that the only stylesheets in the page are:
The problem goes away when I change the font size below from 10pt to 9pt:
.dhtmlxcalendar_yahoolike .dxcaldlabel td,
.dhtmlxcalendar_yahoolike .dxcaldays td,
.dhtmlxcalendar_yahoolike .dxcaldays_ie td{
font-size: 10pt;
So the problem is in the calculations for the window height for the size of the font being used.