[EMAIL PROTECTED] schrieb: > Hi Werpu, > > Thank you for your reference. > I was in the meantime using a custom <body> tag in order to > call the floating window javascript for onload(). > This mailing list is really great. > > Best Regards, > Pallavi >
My experience is that body onload is always problematic... onload generally due to ie bugs which are triggered once the webpage becomes more complicated I normally use setTimeout with 500-1000 miliseconds instead this is way less flakey than body or window onload!

