T O P I C ��� R E V I E W
|
Vacuum robot lady from Spaceballs
Member # 239
|
posted
Anyway, I was wondering if there is a way to swap an image with another, when you you onmouseover a coordinate section on an image map.I've searched for it, but for all everyone says about the convenience of the internet, google apparently reads "image map" as "COME SEE FREE SEXY GAY MANPORN!!!!"
------------------ "...screw logic, let's go for a theory with no evidence!" - Omega. Irony ensues. Free Jeff K
|
Ritten
Member # 417
|
posted
If the CODE tag worked you would see below a bit of javascript that I have seen.... Thank you...
<script type="text/javascript"> if (document.images) { image1 = new Image; image2 = new Image; image1.src = "enter1.gif"; image2.src = "enter2.gif"; } function chgImg(name, image) { if (document.images) { document[name].src = eval(image+".src"); } } </script>
------------------ "One's ethics are determined by what we do when no one is looking" Nugget Star Trek: Gamma Quadrant Star Trek: Legacy Read them, rate them, got money, film them"...and I remain on the far side of crazy, I remain the mortal enemy of man, no hundred dollar cure will save me..." WoV [ No, apparently the "CODE" tag doesn't work... ] [This message has been edited by TSN (edited February 09, 2001).]
|
Sol System
Member # 30
|
posted
That's incredibly unuseful.Anyway, I know of the effect you speak of, Mr. Magnus. I suggest a burnt offering directed towards The Capps, it might yield an answer. ------------------ I will shout until they know what I mean. -- Neutral Milk Hotel **** Read three (three!) chapters of "Dirk Tungsten in...The Disappearing Planet"! Then, go insane!
|
|