[jQuery] Re: Tab divs disappear

2008-11-14 Thread aaron
Thanks, I did try wrapping the panel container and it caused the javascript to stop working. I guess I'll keep trying some other ideas to try to fix this. What your seeing now is a little improved, because I gave the main container a fixed height. Before that, the entire page would move around

[jQuery] Re: Tab divs disappear

2008-11-13 Thread aaron
Unfortunately, that isn't working either. Let me link my page and maybe you can see what is going on. I have two versions. One is using Tabs 3 with the rotate option: http://www.usm.edu/pr/web/index.php One is using jquery UI Tabs with the rotate option and Ajax:

[jQuery] Re: Tab divs disappear

2008-11-13 Thread Klaus Hartl
Maybe I am just blind, but I couldn't find tabs, and got a We couldn't find your document. instead...? --Klaus On 13 Nov., 21:23, aaron [EMAIL PROTECTED] wrote: Unfortunately, that isn't working either.  Let me link my page and maybe you can see what is going on.  I have two versions. One

[jQuery] Re: Tab divs disappear

2008-11-13 Thread Klaus Hartl
In any case - as I already stated - rotate with Ajax tabs is not supported at the moment. --Klaus On 13 Nov., 22:25, Klaus Hartl [EMAIL PROTECTED] wrote: Maybe I am just blind, but I couldn't find tabs, and got a We couldn't find your document. instead...? --Klaus On 13 Nov., 21:23,

[jQuery] Re: Tab divs disappear

2008-11-13 Thread aaron
Sorry, wrong links. http://www.usm.edu/pr/web/beta/index.php http://www.usm.edu/pr/web/beta/index2.php On Nov 13, 3:26 pm, Klaus Hartl [EMAIL PROTECTED] wrote: In any case - as I already stated - rotate with Ajax tabs is not supported at the moment. --Klaus On 13 Nov., 22:25, Klaus Hartl

[jQuery] Re: Tab divs disappear

2008-11-13 Thread aaron
Sorry, wrong links. http://www.usm.edu/pr/web/beta/index.php http://www.usm.edu/pr/web/beta/index2.php On Nov 13, 3:26 pm, Klaus Hartl [EMAIL PROTECTED] wrote: In any case - as I already stated - rotate with Ajax tabs is not supported at the moment. --Klaus On 13 Nov., 22:25, Klaus Hartl

[jQuery] Re: Tab divs disappear

2008-11-13 Thread aaron
Sorry, wrong links. http://www.usm.edu/pr/web/beta/index.php http://www.usm.edu/pr/web/beta/index2.php On Nov 13, 3:26 pm, Klaus Hartl [EMAIL PROTECTED] wrote: In any case - as I already stated - rotate with Ajax tabs is not supported at the moment. --Klaus On 13 Nov., 22:25, Klaus Hartl

[jQuery] Re: Tab divs disappear

2008-11-13 Thread Klaus Hartl
I can't see how the disappearing lasts one second. Between the animations there has to take place a switch of course, that makes the tab navigation jump to the top. You could overcome that problem with some CSS trickery (like absolutely position the nav to the bottom of a container that has fixed

[jQuery] Re: Tab divs disappear

2008-11-12 Thread aaron
I'm not sure what you mean, what initialization code should I use? I tried putting the AJAX options in there, but got the same result. On Nov 11, 3:48 pm, Klaus Hartl [EMAIL PROTECTED] wrote: And you're not using Ajax tabs? Rotate and Ajax together is not supported right now. --Klaus On

[jQuery] Re: Tab divs disappear

2008-11-12 Thread Klaus Hartl
Do your anchors inside the tabs list look like this: a href=/some/url.../a or like this: a href=#identifier.../a ? The initialization is the same, no matter if Ajax tabs or in-page. --Klaus On 12 Nov., 17:09, aaron [EMAIL PROTECTED] wrote: I'm not sure what you mean, what initialization

[jQuery] Re: Tab divs disappear

2008-11-12 Thread aaron
Ahh, thanks, the light bulb just clicked on. In order for AJAX to work, the html code is different, not the initialization code. I think I kept glossing over that in the documentation. On Nov 12, 11:29 am, Klaus Hartl [EMAIL PROTECTED] wrote: Do your anchors inside the tabs list look like

[jQuery] Re: Tab divs disappear

2008-11-11 Thread aaron
$(function() { $('#tabs_container ul').tabs( {fx: { opacity: 'toggle' } }).tabs('rotate', 5000); }); On Nov 7, 4:20 pm, Klaus Hartl [EMAIL PROTECTED] wrote: On 7 Nov., 21:43, subnet_rx [EMAIL PROTECTED] wrote: I'm using jQuery UI tabs and I'm rotating them

[jQuery] Re: Tab divs disappear

2008-11-11 Thread Klaus Hartl
And you're not using Ajax tabs? Rotate and Ajax together is not supported right now. --Klaus On 11 Nov., 20:39, aaron [EMAIL PROTECTED] wrote: $(function() {                 $('#tabs_container ul').tabs( {fx: { opacity: 'toggle' } }).tabs('rotate', 5000);         }); On Nov 7, 4:20 pm,

[jQuery] Re: Tab divs disappear

2008-11-07 Thread Klaus Hartl
On 7 Nov., 21:43, subnet_rx [EMAIL PROTECTED] wrote: I'm using jQuery UI tabs and I'm rotating them automatically.  The problem is, for half a second, the div disappears till the next one loads.  This modifies the size of the page and the page jumps around while this is going on.  The divs