Mouseover/rollover problem
This works in IE, but not in Netscape. I'm using an image map, but I wouldn't think that should matter. =/ I've got a barebones htm page if you'd like to view it. http://www.posterprints.com/dev/rollover.htm
___________________________________________
Untitled
<script>
function changeimage(towhat,url){
if (document.images){
document.images.targetimage.src=towhat.src
gotolink=url
}
}
function warp(){
window.location=gotolink
}
</script>
<script language="JavaScript1.1">
var myimages=new Array()
var gotolink="#"
function preloadimages(){
for (i=0;i
[Edited by AshleyQuick on 10-25-2000 at 04:44 AM]
Rageforth posted this at 14:39 — 25th October 2000.
They have: 56 posts
Joined: Feb 2000
IE is more forgiving than NS. It doesn't work in NS because it is not a link. Put a HREF="#" inside each of the AREA tags on the image map. Clears it right up
The trouble with doing something right the first time is that nobody appreciates how difficult it was.
AshleyQuick posted this at 11:40 — 26th October 2000.
They have: 2 posts
Joined: Oct 2000
Thank you. It works beautifully!
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.