Re: [PHP] preload dynamic image problems

2002-03-06 Thread Tom Rogers
Hi I use the following construct to avoid the "?" in the url which stops the image being cached... img src="http://www.domain.com.au/buttons/image.gif-System-3-ff-9-L/test"; then have a rewrite rule that redirects anything at /buttons/ to index.php This way I can send file name of the backgr

[PHP] preload dynamic image problems

2002-03-06 Thread Adrian Murphy
This seems strange to me but i promise it's happening. I'm dynamically creating images for a page ,calling them so: I'm also preloading the mouseover versions. the problem is that the images are not being preloaded: javascript problem you say? the strange thing is that when i use the source of th