Re: Question, need expert help pre-loading images properly (IE + FireFox), thank you :)
Posted by Stevo on 10/25/07 19:40
SaraLeePerson@gmail.com wrote:
> pic100= new Image;
> pic100.src="./imageme.gif";
> However, it doesn't seem to work on FireFox at all. I've tried
> Thank you very much in advance for any assistance.:)
I could be wrong and using new Image; is just fine, but I've always used
new Image();
You didn't mention how you use pic100 so that's all there is to go on.