http://www.perlmonks.org?node_id=548963


in reply to Re: Dymanically Generated Images in Website
in thread Dymanically Generated Images in Website

I seem to remember having seen people achieve something similar with JavaScript. I'm not really sure. Whatever, even if so then the same portability problems would arise...

  • Comment on Re^2: Dymanically Generated Images in Website

Replies are listed 'Best First'.
Re^3: Dymanically Generated Images in Website
by jdtoronto (Prior) on May 12, 2006 at 16:51 UTC
    I have used preloading of images in javascript on some pretty big sites. It is worth a look. SOmething similar can be done with CSS.

    jdtoronto