Closed Bug 287851 Opened 19 years ago Closed 19 years ago

Link (anchor) not accesibe because of paragraph with style position:relative

Categories

(Firefox :: General, defect)

x86
Windows XP
defect
Not set
major

Tracking

()

RESOLVED DUPLICATE of bug 102695

People

(Reporter: dbenes, Assigned: bugzilla)

References

()

Details

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; cs-CZ; rv:1.7.6) Gecko/20050318 Firefox/1.0.2
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; cs-CZ; rv:1.7.6) Gecko/20050318 Firefox/1.0.2

In the page at http://students.math.slu.cz/DavidBenes/!bugs/bug3.htm
link on image should be fully accesible. But it looks like part of image
is covered with paragraph (with relative position) and so this part of image
isn't an anchor.

Page is valid XHTML 1.0 Strict.

Reproducible: Always

Steps to Reproduce:
Visit http://students.math.slu.cz/DavidBenes/!bugs/bug3.htm
or open following XHTML code in Firefox:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title>Some title</title>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1250"/>
</head>
<body>
      <div style="float:left">
      <a href="something.htm">
      <img alt="Arrow image" src="arrow.gif" width="100" height="100"/></a>
      </div>
      <p style="position:relative">Some text<br /><br /><br /><br /></p>
</body>
</html>
Actual Results:  
Browser displays image link and some text. Image link should be clickable on
whole image body. But only clickable part is below an paragraph with relative
position.

Expected Results:  
Link should have much higher priority than paragraph. Image has blue border and
thus user expects this image to be clickable.

*** This bug has been marked as a duplicate of 102695 ***
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
Summary: Link (anchor) not accesibe because of paragraph with style position:relative → Link (anchor) not accesibe because of paragraph with style position:relative
You need to log in before you can comment on or make changes to this bug.