Closed
Bug 5964
Opened 26 years ago
Closed 26 years ago
[4.xP]Multiple links in a table cell points to first link
Categories
(Core :: Layout: Tables, defect, P3)
Tracking
()
People
(Reporter: pasc, Assigned: ramiro)
Details
If you, for some stupid reason, would like to have several
clickable images in the same table cell, you get some strange
behaviour. The second (and 3rd, 4th ...) link will point to
the same URL as the first (upper left?) link. In the case of
images the behaviour is different between borders and image.
Reproduce by pointing mouse over second image (or bordered
nothing) and it's border and notice the referenced link in
the example below. This works as expected in Netscape
Communicator 4.51 on RedHat 6.0 2.2.5 PII 450
<html>
<body>
<table>
<tr>
<td>
<a href="test1.html">
<img src="test1.gif" width="245" height="50">
</a>
<a href="test2.html">
<img src="test2.gif" width="245" height="50">
</a>
</td>
</tr>
</table>
</body>
</html>
Updated•26 years ago
|
Assignee: karnaze → ramiro
Comment 1•26 years ago
|
||
This is not a problem on WinNT debug. Reassigning to Ramiro.
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 3•26 years ago
|
||
Verified dup of #5349
You need to log in
before you can comment on or make changes to this bug.
Description
•