[jQuery] Re: Cycle flashes all images on pageload

2009-06-03 Thread instamattic
Thanks to both of you. overflow:hidden fixed it.

[jQuery] Cycle flashes all images on pageload

2009-06-03 Thread instamattic
Is there a way to prevent the brief display of all the photos in the cycle when the page loads? Problem affects IE7 and maybe others. http://scotthardinghomes.com/

[jQuery] Change visibility as elements cycle()?

2009-05-07 Thread instamattic
jQuery('#topfader-parent-forum').cycle({fx:'fade',speed:800,timeout: 6000,pause:5 }); That's cycle() plugin code that works. Question: how do you make each inner element -- .topfader-child-forum -- change its visibility to "show" as it's shown?

[jQuery] tabs plugin scrolls page to the tab ID

2009-04-17 Thread instamattic
And why not? AFAIK that's normal HTML behavior. How the tabs() documentation says to set it up: something <- Clicking that will scroll the page to where <- appears. And that's exactly what's happening to my tabs implementation. The tabs do what they're meant to (they change), but with the unw