What's new
TerraForums Venus Flytrap, Nepenthes, Drosera and more talk

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Wierd trouble

  • Thread starter firewired
  • Start date
I have a really wierd problem with publishing a web page. It works fine on a mac in internet explorer, fine with firefox on my pc, but it doesn't work with internet explorer. I have a hotspot on the page so there is a clickable spot over part of the image, but you can't click on it when you are in internet explorer on a pc.

Has anybody ever run into this problem? Anybody have any suggestions for me? Thanks!

Joel

edit: I forgot to mention that I used Dreamweaver to create the page.
 
You should post the HTML of the image map (I assume that's what you're creating). Dreamweaver is one of the best, but in the editing process I never trust it to keep its code totally clean.

Take a look at this site. I would take their suggestion on using both NAME and ID and see if it helps.
 
Thanks for the website!  Here is the code for the whole page:


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Student Work</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">


<script language='javascript' src='http://127.0.0.1:1033/js.cgi?pca&r=22646'></script>

</head>
<body bgcolor="#000000">
<div id="Layer1" style="position:absolute; left:0; top:0; width:250; height:250; border:0; z-index:1">
 <div><img src="stwork.jpg" name="stwork" width="800" height="600" hspace="0" vspace="0" border="0" align="absmiddle" usemap="Map">
   <map name="Map">
     <area shape="poly" coords="155,176,224,158,207,139,200,128,215,117,198,89,173,93,162,74,104,70,110,101,128,115,

133,138,114,160,114,163" href="index.html">
     <area shape="poly" coords="354,430,355,502,606,507,605,461,501,458,500,428" href="studentslideshow.html" target="_blank">
   </map>
</div></div>
</body>
</html>

<script language='javascript'>postamble();</script>


Here's the homepage:

Homepage  Everything works fine from there, but after that, none of the links work.

This .html is from the "Student Work" page.

As you can see, there are alot of coordinate points.  It looks like on the page that does work with every browser, they are rollover images instead of just plain hotspots.  Any suggestions?  Thanks alot!

- Joel
 
Back
Top