Categories | Question details Back To List | ||
Hidden Calendar I have finally solve the problem with firefox. This was my previous set-up <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> i replace it with <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> got my calendar on place now. Hope you can explain the difference or its purpose if you dont mind. thanks yuan Answer posted by Support on Jun 18, 2008 03:25 The latest codebase must work correctly with both doctypes. There was a bug in older version of dhtmlxcalendar, related to xHTML doctype ( in case of xHTML doctype browser uses more strict rules ) - but it is already fixed. If problem still occurs for you in case of xHTML doctype, even with latest code - please provide any kind of sample where issue can be reconstructed. |