[kde-linux] Konqueror: Named anchor in <pre> element not working

Dominik Geyer dominik.geyer at gmx.de
Sat Aug 16 22:27:50 UTC 2008


Hi,

when following links to a named anchor (<a name="mark"></a>) placed in a <pre> 
element with css-style "overflow: auto; height: 200px;", konqueror does not 
scroll down to the buttom of the <pre> content.

Is this behaviour already known? Did I something wrong? I attached an example 
HTML-file to clearify what I mean.

--
Dominik


<html>
 <head>
  <title>Pre - named anchor test</title>
 </head>
 <body>

<h1>Pre - named anchor test</h1>

<div>Click <a href="#endoftext">here</a> to get to named anchor.</div>

<pre style="border: solid 1px black; height: 250px; overflow: auto;">
begin
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
some text
.
.
.
.
end
<a name="endoftext"></a>
</pre>

<h2><a name="heading">Next topic</a></h2>


</body>
</html>




More information about the kde-linux mailing list