UI-Tabs:: Load DIV via AJAX in inactive tabs

UI-Tabs:: Load DIV via AJAX in inactive tabs

Hello there,

I am running into a couple of problems using tabbing.
1. I have a div element in an inactive tab and I need to find out its width. Since it is hidden by property "display:none" I get width as 0. I tried the method mentioned in tabs API page.

  1. .ui-tabs .ui-tabs-hide {
    position: absolute;
    left: -10000px;
    }



Since I am loading the UI css from the googleapis server directly, I pasted this piece of CSS in my file but it didn't help.

2. Using AJAX I need to load the div element of inactive tab.

I appreciate any help.

Thanks for your time.
Moiz