Hard to say without seeing the markup. Check that your content div is inside
of the tab wrapping div.

e.g.

<div id="tabWrappingDiv">
  <ul>
    <li><a href="ajax1.html" title="contentDiv1">Tab 1</a></li>
    <li><a href="ajax2.html" title="contentDiv2">Tab 2</a></li>
  </ul>
  <div id="contentDiv1"></div>
  <div id="contentDiv2"></div>
</div>

--
Josh


On Mon, Feb 2, 2009 at 11:59 AM, batfastad <[email protected]> wrote:

>
> On Feb 2, 3:13 pm, Klaus Hartl <[email protected]> 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 and all the way around the table.
>
> The tab content is well within the fixed width of the DIV, and within
> the fixed width of the table.
> Also tried removing the DIV and table from the AJAX content, but the
> problem persists. So I think it's unrelated to the tab content
>
> Cheers, B
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to