Re: [jQuery] Corners plugin not working reliably in Opera 9

2006-11-27 Thread jyl
Thats bizarre :) But thanks! --Jacob > I just figured out that Opera 9 thing. For some reason Opera 9 seems > to want the tag to come before the script tags. It seems to be > loading the styles asynchronously and that is causing a problem for > the corner plugin (I think the styles are gettin

Re: [jQuery] Corners plugin not working reliably in Opera 9

2006-11-27 Thread Mike Alsup
I just figured out that Opera 9 thing. For some reason Opera 9 seems to want the tag to come before the script tags. It seems to be loading the styles asynchronously and that is causing a problem for the corner plugin (I think the styles are getting applied after we've munged the dom). If you

Re: [jQuery] Corners plugin not working reliably in Opera 9

2006-11-26 Thread jyl
Thanks Mike I suspect its an issue of ordering between the application of css styles and the document.ready() function. As you say the event does fire reliably, but the effects are sometimes applied and sometimes not. Anyways, $(window).load(...) fixes this specific problem. --Jacob >> Sometime

Re: [jQuery] Corners plugin not working reliably in Opera 9

2006-11-26 Thread Mike Alsup
> Sometimes it shows the blue background and the corners, sometimes not. Try > reloading the document several times, to see the problem. Hmm, that does indeed seem to be a 'ready' problem, or more accurately an Opera 9 problem. It works correctly in Opera 8. And the ready event fires correctly i

[jQuery] Corners plugin not working reliably in Opera 9

2006-11-26 Thread jyl
Looks like this actually is an '.ready' problem, not specific to the corners plugin, because styles also do not get applied reliably. http://www.clipvote.com/testcorners.html Sometimes it shows the blue background and the corners, sometimes not. Try reloading the document several times, to see th