[jQuery] Re: jQuery Tabs: CSS Bug

2008-11-12 Thread rolfsf
looks like you need to clear your float you could probably just add clear:both to the ui-tabs-panel rule ui-tab-panel { clear: both; } (assuming Klaus' ie-specific display: inline-block isn't working for whatever reason) On Nov 12, 2:45 pm, ripcurlksm <[EMAIL PROTECTED]> wrote: > I am ha

[jQuery] Re: jQuery Tabs: CSS Bug

2008-11-12 Thread Klaus Hartl
Sounds like a Doctype issue. The CSS you are using was only tested with IE in standards mode. Do you use a Doctype? --Klaus On 12 Nov., 23:45, ripcurlksm <[EMAIL PROTECTED]> wrote: > I am having problems with the gray line that is supposed to appear at the > bottom of the tabs. Instead it is ap