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.

Reply via email to