> And the Wii... :) Don't forget mobile devices. It's always fun to see your work literally out in the wild somewhere, like on a smartphone.
Speaking of, jQuery 1.1.3 on Wii Opera doesn't launch my AJAX callback function, I have a chain of events that fails in .load() - has anyone else noticed that behavior? Should I make a bug report for that? Charles doublerebel.com On Aug 23, 3:05 am, "Joel Birch" <[EMAIL PROTECTED]> wrote: > On 8/23/07, Bernd Matzner <[EMAIL PROTECTED]> wrote: > > > > > > it's actually pretty easy to get everything to > > > work in Opera > > > I found the opposite to be the case. > > When applying certain Javascripts to a page, Opera suddenly loses > > styles. I couldn't really narrow it down specifically, but one case > > would be a script that changes the height of a page element, and all > > of a sudden, the font applied to the body is lost, rendering everthing > > in Times default font. After long attempts at trying to identify the > > source of the problem, I decided to do a > > if(!($.browser.opera)) { } > > > Bernd > > Hi Bernd, > > I think the unstyled content quirk can be avoided by ensuring that all CSS > and links to same come before all your JavaScript links in the HTML source > order. Have you tried that? > > In practice I find that, as long as you develop to web standards, Opera > tends to just work without spending additional time on it. That said, you do > occasionally need to use one standards compliant method over another to stay > on the "golden path" of the cross-browser balancing act. > > Joel Birch.