the problem is with the main table. if you place the forms inside a div and not a table cell (just make sure that you set a width) and that's that.
the thing is that the charts API sets the div to be in relative positioning and thus sets a total width of 100% which overlaps the table itself. by placing the forms inside a div element, the chart div is placed relatively to each-other. On Sat, Oct 29, 2011 at 7:51 AM, hdufo <[email protected]> wrote: > Hello, > Because i had a similar problem, can you check if you are a doctype > declaration at the beginning of your html*? > Is your problem come from with all browsers? > > Sorry for my bad English. > > *This solution (doctype) is not my solution... > > -- > 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. > > -- 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.
