I'm using this code in my header:
image1 = new Image();
image1.src = "buttonover1.gif";
This is what they show all over the Internet, and it's also what I learned in school. Why is this not working? Anyone have other code that could help me? Thanks.
2006-07-24
03:14:04
·
4 answers
·
asked by
M
4
in
Computers & Internet
➔ Programming & Design
Just so you know, this is not the path to my image. I changed it for the sake of simplicity. I have these in an external images folder, and I state the proper path. Still, they don't preload. When I mouse over my images, it takes a second to display it (meaning it hasn't preloaded).
2006-07-24
04:31:01 ·
update #1