S sierraquitlollygagging. New member Jul 4, 2010 #1 alright so, for my website, i want while hovering over one image, another image would appear below it. help?
alright so, for my website, i want while hovering over one image, another image would appear below it. help?
G Garrett New member Jul 4, 2010 #2 You can't do that with pure HTML. You could either use CSS and style img#yourid:hover, or you could (probably the better solution) use javascript to hide and show the lower image.
You can't do that with pure HTML. You could either use CSS and style img#yourid:hover, or you could (probably the better solution) use javascript to hide and show the lower image.
B BobberKnob New member Jul 5, 2010 #3 use css or javascript css is better performance, but a little more tricky for image swaps.