Using FF2, FF3b2, IE7 and IE6 I don't get the flicker (XP SP2,
1280x1024, P4 3.2Ghz). Do you have a demo? Maybe you're running lots
of other code first?
On Dec 27, 10:51 am, Jeroen <[EMAIL PROTECTED]> wrote:
> I'm using jQuery on my new photo blog. I am fading in the image when
> the dom has loaded like this:
>
> $(function() {
> // Animate photo
> $('#photo').hide();
> $('#photo').fadeIn(1500);
>
> }
>
> The problem is, the photo flickers for about a millisecond, as in, you
> can see it
> in full opacity. I can fix this by, in the html, providing a 'display:
> none;' but
> then non JS browsers will not see the photo. Is there a "Unobtrusive" way to
> fix this?
>
> Problem is cross browser. Not only IE.
>
> Thanks!
>
> --
> Jeroen