Mouseover/rollover problem

They have: 2 posts

Joined: Oct 2000

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]

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 Smiling

The trouble with doing something right the first time is that nobody appreciates how difficult it was.

They have: 2 posts

Joined: Oct 2000

Thank you. It works beautifully! Smiling

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.