Qacer
08-15-2004, 01:46 PM
Hello all,
I am helping my friend with her website: Eternal Family Project (http://www.eternalfamilyproject.org)
I just noticed with Mozilla that one of the onClick Javascript events that I implemented does not work. Take this example: click on the A+ writing on the yellow paper. The heart shaped post-it note should change to say "Education". However, if you click on the A+ writing the "News Update" image written on the yellow paper should change to "Education."
I use the following onClick event in the <A> tag: onClick="document.getElementById('corkboard20').src='corkboard_8x1-education.gif'"
corkboard20 is the name of the image that is being replaced. This works with IE 6.
Any tips?
I am helping my friend with her website: Eternal Family Project (http://www.eternalfamilyproject.org)
I just noticed with Mozilla that one of the onClick Javascript events that I implemented does not work. Take this example: click on the A+ writing on the yellow paper. The heart shaped post-it note should change to say "Education". However, if you click on the A+ writing the "News Update" image written on the yellow paper should change to "Education."
I use the following onClick event in the <A> tag: onClick="document.getElementById('corkboard20').src='corkboard_8x1-education.gif'"
corkboard20 is the name of the image that is being replaced. This works with IE 6.
Any tips?
