我对2个不同的页面使用相同的模板。唯一改变的是图片的名称。有了这张新图片,它无法与Firefox一起使用。他是我的两个代码:第一个有效,而不是第二个。你能告诉我该怎么办?感谢
<body>
<p>
<map name="Map" id="Map">
<area shape="rect" coords="68,130,336,309" href="../index.html" alt="Home" />
</map>
</p>
<table width="2000" border="0">
<tr>
<td width="486" rowspan="2"> </td>
<td><img src="../images/Pictures/Architecture/Logoarchi.jpg" usemap="#Map2" border="0" /></td>
</tr>
<tr>
<td width="1498" valign="top"><div id="gallery" class="lbGallery">
<ul>
...等 LogoArchiNature没有出现在Firefox中:
<body>
<p>
<map name="Map" id="Map">
<area shape="rect" coords="68,130,336,309" href="../index.html" alt="Home" />
</map>
</p>
<table width="2000" border="0">
<tr>
<td width="486" rowspan="2"> </td>
<td><img src="../images/Pictures/Architecture_and_Nature/LogoArchiNature.jpg" usemap="#Map2" border="0" /></td>
</tr>
<tr>
<td width="1498" valign="top"><div id="gallery" class="lbGallery">
<ul>
...等 所有其他图片都显示良好,并且它们都位于同一目录中。