Hello, we are currently using the jquery UI tabs to display some
Google Visualizations. The entire tab system is working correctly in
IE6, but when viewing the same site in FireFox or IE7, none of the
graphs are displayed, there is a clear space for them, but they don't
show. If I move the code for the google visualization out of the tabs
it shows on the page just fine.
Here is some of the code:
<div id="tabs-4">
Incident Ticket Counts by Day
<div class="processMetric_chart_div"
id="processMetric_chart_div" style="width:600px; height:240px;"></div>
</div>
Is it not possible to load a different div within a JQuery tab? Its
weird that it will work in IE6 but nothing else, Only good thing is
that our users are mostly (90%) IE6 users, but this thing is driving
me crazy.