Re: #top anchor doesn't work in FF
- From: "Jonathan N. Little" <lws4art@xxxxxxxxxxxxx>
- Date: Wed, 31 Oct 2007 11:11:46 -0400
sturm wrote:
Jonathan N. Little wrote:^^^^^^^^^^^^Harlan Messinger wrote:
The solution is to take the ID off the DIV and stick it in the anchor:
<div><a id="top" name="top"></a></div>
Or better yet delete the superfluous empty DIV and empty A and
The page will not validate if the <a id="top" name="top"></a> is not nested within a div :-( I tried that already. Seems as HTML-strict will not tolerate a structure like <body> -> <a>
Of course not and inline element must be in a block element. I said delete both.
<!-- REMOVE: <div id="top"><a name="top"></a></div> -->
See I show it *all* commented out
<div id="accessibility"> ...
And either change following DIV's to "top" or change your "to top" links' hrefs to "#accessibility".
But then they wouldn't be working as #accessibility is not designed to be shown on a visual UA.
Then pick something at the top of the page that *is* shown on the visual UA:
<div id="outer">
....
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
.
- Follow-Ups:
- Re: #top anchor doesn't work in FF
- From: Bernhard Sturm
- Re: #top anchor doesn't work in FF
- References:
- #top anchor doesn't work in FF
- From: Bernhard Sturm
- Re: #top anchor doesn't work in FF
- From: Harlan Messinger
- Re: #top anchor doesn't work in FF
- From: Jonathan N. Little
- Re: #top anchor doesn't work in FF
- From: sturm
- #top anchor doesn't work in FF
- Prev by Date: A BRAVE NEW WORLD, JOIN THE REVOLUTION-GIBLINK
- Next by Date: Re: #top anchor doesn't work in FF
- Previous by thread: Re: #top anchor doesn't work in FF
- Next by thread: Re: #top anchor doesn't work in FF
- Index(es):