[jQuery] Re: Strange formatting error (FF3 and jQuery)

2009-10-21 Thread JohnnyCee
I take it back. If I omit the jQuery library, the HTML still doesn't render as expected in FF3. That means jQuery is off the hook and either FF3 has a bug or my markup/css is wrong.

[jQuery] Re: Strange formatting error (FF3 and jQuery)

2009-10-21 Thread JohnnyCee
On Oct 21, 12:43 pm, Dave Methvin wrote: > > A paragraph element placed after an image is not honoring the > > margin-top CSS parameter. > > The IMG is an inline element unless you have changed it in CSS. Did > you try making it a block element, or wrapping it in a DIV? I did not try wrapping th

[jQuery] Strange formatting error (FF3 and jQuery)

2009-10-20 Thread JohnnyCee
I see a formatting error in Firefox 3.5.3 when I include jQuery 1.3.2 on a page even though I have not added any JavaScript of my own. A paragraph element that is placed after an image is not honoring the margin-top CSS parameter. The HTML and CSS are valid, and if I remove the jQuery library, the

[jQuery] Frames with jQuery 1.3.2 and Opera

2009-06-10 Thread JohnnyCee
This week I updated my product to use jQuery 1.3.2 and I gave beta testers a version to test. A couple Opera users reported that a frame- related feature doesn't work in Opera 9.64 and Opera 10. The bug described in ticket #3993 (http://dev.jquery.com/ticket/3993) seems to explain the problem. Ha

[jQuery] Re: jQuery / FF3 problem using "show()"

2009-02-10 Thread JohnnyCee
On Feb 10, 1:14 pm, pete higgins wrote: > moving the above the

[jQuery] jQuery / FF3 problem using "show()"

2009-02-10 Thread JohnnyCee
I wrote a relatively simple jQuery script to pick a random item from a list and show it. The other items are hidden. The script works in FF2, IE7, and IE8 RC 2. It does not work properly in FF3. A simple "show()" call is used to show the UL element after one of the items is chosen. The evidence s

[jQuery] Re: Change Cycle plugin fx dynamically?

2008-12-15 Thread JohnnyCee
An update... I got a page to work where I change the Cycle "fx" parameter dynamically. Basically, I reconstruct the HTML for the slides dynamically and then call Cycle() on it. The page is not online yet; when it is, I'll post a URL to it.

[jQuery] Re: Change Cycle plugin fx dynamically?

2008-12-14 Thread JohnnyCee
On Dec 14, 10:02 am, Mike Alsup wrote: > That functionality is currently not supported by the plugin. The > approach you took is the best approach for now, but the challenge is > that you need to restore the slides to their original settings. > Depending on what transition effects you're using,

[jQuery] Change Cycle plugin fx dynamically?

2008-12-14 Thread JohnnyCee
I'm using the Cycle plugin and I'd like to change the transition effect dynamically. I tried stopping the show and restarting by calling ".cycle()" with different options, but it didn't work properly. Some of the slides would be missing and the animations didn't always operate correctly. Is there