Closed
Bug 218583
Opened 22 years ago
Closed 22 years ago
Image map not working
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
VERIFIED
INVALID
People
(Reporter: webmaster, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5b) Gecko/20030827
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5b) Gecko/20030827
In our page at: http://pokecommunity.com/ we use vB commercial message board.
The top 'logo' image has image maps for navigation. hovering and/or clicking
shows no response from browser. (i get the link arrow at any location on mapped
image)
Reproducible: Always
Steps to Reproduce:
1.load webpage
2.try to navigate using image mapped links at top of page
3.
Actual Results:
hovering and/or clicking shows no response from browser. ( get the link arrow at
any location on mapped image)
Expected Results:
shown link url in status bar on hover and load hyperlinked page on click
theme is our "Ralt's Dance" but happens in other themes as well.
sample html:
...
<body>
<a name="top"></a>
<!-- Start Right Header (Community Sites, Control Panel) -->
<div id="rightHeader">
<img src="images/templates/ralts/rightHeader.png" width="454" height="160"
border="0" alt="" usemap="#rightheader_map" />
<map id="rightheader_map">
<area shape="rect" alt="Click Here to Visit the Unknown Dungeon" coords="32, 42,
196, 59" href="http://theud.com/" target="_self" />
<area shape="rect" alt="Click Here to visit with Pokemon Palace Network"
coords="33, 59, 245, 76" href="http://pokemonpalace.net/" target="_self" />
<area shape="rect" alt="Click Here to Visit free_pokemon" coords="34, 77, 148,
95" href="http://freepokemon.com/" target="_self" />
<area shape="rect" alt="Click Here to view your Control Panel" coords="196, 112,
307, 135" href="usercp.php?s=" target="_self" />
<area shape="rect" alt="Click to return to the PokeCommunity main page"
coords="290, 136, 334, 160" href="index.php?s=" target="_self" />
<area shape="rect" alt="Click here to Search our Community" coords="241, 136,
289, 160" href="search.php?s=" target="_self" />
<area shape="rect" alt="Click here to see a complete list of Frequently Asked
Questions and Answers" coords="196, 135, 240, 159" href="chat.php?s="
target="_self" />
<area shape="rect" alt="Click here to view our Community Users" coords="127,
135, 195, 159" href="memberlist.php?s=" target="_self" />
<area shape="rect" alt="Click Here to view the PokeCommunity's Calendar"
coords="60, 135, 126, 159" href="calendar.php?s=" target="_self" />
<area shape="rect" alt="Click Here to Register with the PokeCommunity"
coords="0, 135, 59, 159" href="register.php?s=" target="_self" />
</map>
</div>
<!-- End Right Header (Community Sites, Control Panel) -->
<!-- Start Left Header (Site Title, Site Slogan) -->
<div id="leftHeader">
<img src="images/templates/ralts/leftHeader.png" width="416" height="160"
border="0" alt="" usemap="#leftheader_map" />
<map id="leftheader_map">
<area shape="rect" alt="Click Here to Return to the PokeCommunity main page"
coords="0,106,416,159" href="/" target="_self" />
</map>
</div>
<!-- End Left Header (Site Title, Site Slogan) -->
<!-- Start Header Background -->
<div id="headerBG">
<img src="images/templates/ralts/background.png" width="474" height="160" alt="" />
</div>
<!-- End Header Background -->
<!-- content table -->
<div id="forum">
...
Comment 1•22 years ago
|
||
Change <map id="rightheader_map"> to <map name="rightheader_map"> and it works.
-> INVALID
Severity: major → minor
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
OS: Windows 2000 → All
Resolution: --- → INVALID
Comment 2•22 years ago
|
||
Verified. This is not an XHTML page, since it is served with the HTML MIME
type, hence the ID is not used.
Status: RESOLVED → VERIFIED
Yes, I only noticed coding difference afterwards.. thanks for the assist
Steve
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•