[jquery-ui] Re: Tabs, content outside tabs container

2009-12-01 Thread rossjha
Thanks Richard, that worked perfectly! Ideally i would like to use yahoo yui grids, I've tried the following, but it doesn't work. I've added the tabs id to the yui-g div which wraps around bothyui-u divs. Thanks again R http://www.w3.org/TR/html4/strict.dtd";> Tabs Test http://yui.yah

[jquery-ui] Re: Tabs, content outside tabs container

2009-12-01 Thread rossjha
Three On Dec 1, 11:55 am, "Richard D. Worth" wrote: > This isn't supported. You need to add an additional container around both > #header and #content and call .tabs on it. > > - Richard > > On Mon

[jquery-ui] Re: Tabs, content outside tabs container

2009-12-01 Thread rossjha
n as > jQuery-ui takes-over, all bets are off with CSS display. > > If you really need to do this, try > > > .ui-tabs .ui-tabs-hide{ display:none !important; } > > > Note the !important > > **--**  Steve > > On Nov 30, 6:49 pm, rossjha wro

[jquery-ui] Tabs, content outside tabs container

2009-11-30 Thread rossjha
Hi i'm trying to do the following, using jQuery 1.3.2 and UI 1.7.2. $(function(){$('#header').tabs(); }); .ui-tabs .ui-tabs-hide{ display:none;