I answered over there. I don't think there is any problem with tables in IE, but on the contrary you are specifying an invalid option (height: 'automatic'), which causes IE to fail ( because it's an invalid value for table height. Other browsers likely ignore the invalid value and don't raise any error).
/R. On 26 July 2011 07:39, Charlie van de Kerkhof <[email protected]> wrote: > Hi, > > Does anyone has problems with > tables<http://code.google.com/apis/chart/interactive/docs/gallery/table.html#customproperties>in > Internet explorer 7 and 8 (9 not tested)? > Here is my bug report: > > http://code.google.com/p/google-visualization-api-issues/issues/detail?id=649 > > Cheers, > - Charlie > > -- > You received this message because you are subscribed to the Google Groups > "Google Visualization API" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/google-visualization-api/-/oN_00IHYJk8J. > To post to this group, send email to > [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-visualization-api?hl=en. > -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-visualization-api?hl=en.
