| Author |
Question Regarding .png files in this JavaScript
|
Michele Smith
Ranch Hand
Joined: Oct 27, 2010
Posts: 298
|
|
Hello, my code snippet is as follows.
I have something like this: where it is a .gif I also need to allow for a .png file.
Thank you,
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
|
|
What is the question?
Eric
|
 |
Michele Smith
Ranch Hand
Joined: Oct 27, 2010
Posts: 298
|
|
Yes on line 11 it references a .gif file. I need to allow it to reference also a .png file of the same name.
Thanks,
Michele
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
|
|
|
images can only reference one src? You want it to reference two? Why?
|
 |
Michele Smith
Ranch Hand
Joined: Oct 27, 2010
Posts: 298
|
|
may sound dumb but that was what I was asked to do.
Thanks,
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
|
|
|
Do they want you to use gif for browsers with bad png support?
|
 |
 |
|
|
subject: Question Regarding .png files in this JavaScript
|
|
|