From: Pascal B. <pa...@dy...> - 2000-11-01 11:29:29
|
Are those background images? (set using setBgImage) or placed inside the setHTML() ? if they are background images, everytime a change to a layer happens the image will be reloaded. in other case, the browser should cache them after the first try and not keep reloading them. Pascal Bestebroer pb...@oi... http://www.oibv.com -----Oorspronkelijk bericht----- Van: dyn...@li... [mailto:dyn...@li...]Namens B M Verzonden: woensdag 1 november 2000 12:27 Aan: dyn...@li... Onderwerp: [Dynapi-Dev] IE 5.5 reloading images everytime ? Hi, I've just checked my site in IE 5.5 and noticed that the menu images seem to be reloaded everytime they are swapped for a rollover animation. This means the animation skip's frames (additionally, the mouse pointer turns into a flickering 'eyeglass'). Anyone encountered this before ? Got a workaround ? Thanks, OCB. While I'm mailing.. any chance of getting Dan to upgrade the Forum Perl script to check a username has already been allocated ? Im sure most of you have seen the blatently racist, baited messages some idiot posted under the name OCB. It would just be nice to stop any repitition. _________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. Share information about yourself, create your own public profile at http://profiles.msn.com. _______________________________________________ Dynapi-Dev mailing list Dyn...@li... http://lists.sourceforge.net/mailman/listinfo/dynapi-dev |
From: .:: O. ::. <oc...@ho...> - 2000-11-01 13:23:26
|
Great stuff indeed. They are set using setBgImage which, as you say, is causing this rampant reloading.. thanks for the reply. >From: "Pascal Bestebroer" <pa...@dy...> >Reply-To: dyn...@li... >To: <dyn...@li...> >Subject: RE: [Dynapi-Dev] IE 5.5 reloading images everytime ? >Date: Wed, 1 Nov 2000 12:29:20 +0100 > >Are those background images? (set using setBgImage) or placed inside >the setHTML() ? > >if they are background images, everytime a change to a layer happens the >image will be reloaded. > >in other case, the browser should cache them after the first try and not >keep reloading them. > >Pascal Bestebroer >pb...@oi... >http://www.oibv.com > > >-----Oorspronkelijk bericht----- >Van: dyn...@li... >[mailto:dyn...@li...]Namens B M >Verzonden: woensdag 1 november 2000 12:27 >Aan: dyn...@li... >Onderwerp: [Dynapi-Dev] IE 5.5 reloading images everytime ? > > >Hi, I've just checked my site in IE 5.5 and noticed that the menu images >seem to be reloaded everytime they are swapped for a rollover animation. >This means the animation skip's frames (additionally, the mouse pointer >turns into a flickering 'eyeglass'). > >Anyone encountered this before ? Got a workaround ? > >Thanks, > >OCB. > >While I'm mailing.. any chance of getting Dan to upgrade the Forum Perl >script to check a username has already been allocated ? Im sure most of you >have seen the blatently racist, baited messages some idiot posted under the >name OCB. It would just be nice to stop any repitition. >_________________________________________________________________________ >Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. > >Share information about yourself, create your own public profile at >http://profiles.msn.com. > >_______________________________________________ >Dynapi-Dev mailing list >Dyn...@li... >http://lists.sourceforge.net/mailman/listinfo/dynapi-dev > >_______________________________________________ >Dynapi-Dev mailing list >Dyn...@li... >http://lists.sourceforge.net/mailman/listinfo/dynapi-dev _________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. Share information about yourself, create your own public profile at http://profiles.msn.com. |
From: Scott A. L. <sc...@sc...> - 2000-11-01 17:02:05
|
Thanks for pointing that out. I'm having similar problems. I prefer using bgImages because I don't like using setHTML for images, but now I guess I'll switch. Curse you, Microsoft! scottandrew ".:: OCB ::." wrote: > > Great stuff indeed. They are set using setBgImage which, as you say, is > causing this rampant reloading.. thanks for the reply. > > >From: "Pascal Bestebroer" <pa...@dy...> > >Reply-To: dyn...@li... > >To: <dyn...@li...> > >Subject: RE: [Dynapi-Dev] IE 5.5 reloading images everytime ? > >Date: Wed, 1 Nov 2000 12:29:20 +0100 > > > >Are those background images? (set using setBgImage) or placed inside > >the setHTML() ? > > > >if they are background images, everytime a change to a layer happens the > >image will be reloaded. > > > >in other case, the browser should cache them after the first try and not > >keep reloading them. > > > >Pascal Bestebroer > >pb...@oi... > >http://www.oibv.com > > > > > >-----Oorspronkelijk bericht----- > >Van: dyn...@li... > >[mailto:dyn...@li...]Namens B M > >Verzonden: woensdag 1 november 2000 12:27 > >Aan: dyn...@li... > >Onderwerp: [Dynapi-Dev] IE 5.5 reloading images everytime ? > > > > > >Hi, I've just checked my site in IE 5.5 and noticed that the menu images > >seem to be reloaded everytime they are swapped for a rollover animation. > >This means the animation skip's frames (additionally, the mouse pointer > >turns into a flickering 'eyeglass'). > > > >Anyone encountered this before ? Got a workaround ? > > > >Thanks, > > > >OCB. > > > >While I'm mailing.. any chance of getting Dan to upgrade the Forum Perl > >script to check a username has already been allocated ? Im sure most of you > >have seen the blatently racist, baited messages some idiot posted under the > >name OCB. It would just be nice to stop any repitition. > >_________________________________________________________________________ > >Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. > > > >Share information about yourself, create your own public profile at > >http://profiles.msn.com. > > > >_______________________________________________ > >Dynapi-Dev mailing list > >Dyn...@li... > >http://lists.sourceforge.net/mailman/listinfo/dynapi-dev > > > >_______________________________________________ > >Dynapi-Dev mailing list > >Dyn...@li... > >http://lists.sourceforge.net/mailman/listinfo/dynapi-dev > > _________________________________________________________________________ > Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. > > Share information about yourself, create your own public profile at > http://profiles.msn.com. > > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://lists.sourceforge.net/mailman/listinfo/dynapi-dev |