wow thanks, that did the trick...

On Sep 7, 11:54 pm, "Piotr Petrus" <[EMAIL PROTECTED]> wrote:
> Have you tried replacing
>
> window.onload = function() {}
>
> with
>
> $(window).bind('load', function() {})
>
> ?
> --
> Piotr Petrushttp://riddle.pl

Reply via email to