fixed it... i changed the css to

====================================
.tabs-hide {
        /*display: none;*/
                position: absolute;
                left: -10000px;
    }
====================================



ripcurlksm wrote:
> 
> I am trying to load a jquery chart (Flot) inside the second tab of jQuery
> tabs. It works fine on the opening tab, but if i bury the chart in any
> tab, it breaks and throws the js error "Invalid dimensions for plot..."
> 
> I looked around and the problem might be that because the second tab is
> hidden at page load, it is breaking something... I dug up a possible
> jquery fix/plugin called frameReady, which allows for you to load iframes,
> but I am not sure how to apply it.
> 
> Example:
> http://psylicyde.com/misc/tabs-charts
> 
> Source:
> http://psylicyde.com/misc/tabs-charts.zip
> 
> Any clue how I can enable the second tab to show the chart? 
> 

-- 
View this message in context: 
http://www.nabble.com/Error%3A-Load-a-jQuery-Flot-chart-inside-a-jQuery-tab-tp24191645s27240p24192409.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.

Reply via email to