DHTML grid header issue in Safari 3.0

While creating a DHTML Grid, only partial header gets displayed in Safari 3.0.

The data in the grid gets properly populated however, the header is only partially visible.



The header is visible in IE.



Headers are set as follows :

this.grid.setHeader(“First Name,Last Name, Employee Login,Position,PositionId”);            

this.grid.setInitWidths(“200,180,170,0,0”)

this.grid.setColAlign(“left,left,left,left,left”)

this.grid.setColTypes(“ro,ro,ro,ro,ro”);            

this.grid.setColSorting(“str,str,str,str,str”);



Can you please suggest what might be the issue?



Are you using frozen columns in your grid? There is known issue with splitAt() method. Grid header isn’t increasing it’s height in the left part of splitted grid.
If there is any other issues please provide us screenshot.