[jquery-ui] Re: UI Tabs, strange effect: content not within tab borders

2009-02-02 Thread Josh Landin
Hard to say without seeing the markup. Check that your content div is inside of the tab wrapping div. e.g. Tab 1 Tab 2 -- Josh On Mon, Feb 2, 2009 at 11:59 AM, batfastad wrote: > > On Feb 2, 3:13 pm, Klaus Hartl wrote: > > Probably the content of the table just doesn't

[jquery-ui] Re: UI Tabs, strange effect: content not within tab borders

2009-02-02 Thread batfastad
Solved! Upgraded jQuery and the UI to the latest and all seems to be fine! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to jquery-ui@googlegroups.com To unsubscr

[jquery-ui] Re: UI Tabs, strange effect: content not within tab borders

2009-02-02 Thread batfastad
And I've now got a live demo showing what's happening... http://thenetzone.co.uk/demo/index.php Can anyone figure out why this is happening? It's driving me nuts! Cheers, B --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Gro

[jquery-ui] Re: UI Tabs, strange effect: content not within tab borders

2009-02-02 Thread batfastad
On Feb 2, 3:13 pm, Klaus Hartl wrote: > Probably the content of the table just doesn't fit into the available > width, which - in conjunction with fixed table layout - may cause > trouble. Hi Klaus If you see from my screenshot, the outermost grey border around the tabs should be extending down

[jquery-ui] Re: UI Tabs, strange effect: content not within tab borders

2009-02-02 Thread Klaus Hartl
To be honest, with the screenshot as is, I don't even see what you mean, I'm sorry. Probably the content of the table just doesn't fit into the available width, which - in conjunction with fixed table layout - may cause trouble. --Klaus On 2 Feb., 14:01, batfastad wrote: > Hi everyone > I'm