[jQuery] Re: Can Klaus' Tab 3 plug-in be used in this way?

2007-12-28 Thread Shawn
For the slide down, wouldn't setting your area to position: absolute, then positioning it, hiding it, and finally calling .slideDown() on it do the trick? It would seem to me that your difficulties here are more CSS based than jQuery based (I'm dealing with this type of issue myself regarding

[jQuery] Re: Can Klaus' Tab 3 plug-in be used in this way?

2007-12-28 Thread Rick Faircloth
Thanks for the feedback, Shawn. I was thinking exactly the same thing concerning the absolutely positioned photo area. Positioning the rotating photo area would take it out of the DOM flow and allow other elements, e.g. the menu drop-down area to stay on top. Thanks for the code, as well. It