hi there,
when using XHTML Transitional doctype instead of HTML 4.01 Transitional, column headings do not line up properly in IE7, using below code:
Test
Changing the doctype above to HTML 4.01 Transitional makes the columns and the header line up properly. The above code works fine in IE8, FF3, and Chrome; just not IE7 (or IE8 in “compatibility view”) The grid.xml is the same one used in the autowidth example for dhtmlxgrid… am using dhtmlxSuite 2.1.
Any suggestions?