columns are not displayed properly in firefox

Hi ,

This is the grid columns that Im using . It is showing up correctly in IE but the headers are coming mixed up in Firefox like the first header is not showing up and is replaced by the 2nd header and so on.

mygrid3.setHeader(“Booking Impact (Absolute $),#cspan,#cspan,#cspan,#cspan,FY12 Share Hierarchy,#cspan,#cspan,#cspan,#cspan,#cspan,FY13 Share Hierarchy,#cspan,#cspan,#cspan,#cspan,#cspan”);
mygrid3.attachHeader(“Id, ,FY10,FY11,FY12,Sales Level 3,Sales Level 4,Sales Level 5,Sales Level 6,Segment,Sub Segment,Sales Level 3,Sales Level 4,Sales Level 5,Sales Level 6,Segment,Sub Segment”);

What changes should I make for it to come up properly in Firefox? Pls help!

Regards,
Shraddha

By any chance - are you using split in the same time? In such case be sure that you are not splitting the coll-spanned column.

The init code looks correct, by the way.