I have something analogous to this:
<a href="#content" >jump to content</a>
<div id="content">
<h1>blah<h1>
<a>blah</a>
</div>
When selecting the "jump to content" link, IE moves focus to the top
of the #content div. Gecko browsers move it to the link. What's up?
<a href="#content" >jump to content</a>
<div id="content">
<h1>blah<h1>
<a>blah</a>
</div>
When selecting the "jump to content" link, IE moves focus to the top
of the #content div. Gecko browsers move it to the link. What's up?
Comment