|
Posted by Jim Moe on June 10, 2005, 1:23 pm
Please log in for more thread options
Dave Anderson wrote:
> I've done a bunch of googling and searched all the references I've got
> without finding anything that seems relevant to this issue; I'd
> appreciate any useful pointers or constructive comments.
>
> I've got a page at <http://www.nesfa.org/rules/code-s1.html> which makes
> extensive use of anchors within the page. Every other browser I've
> tried deals with them just fine, but (at least recent versions of) IE
> acts as though they didn't exist -- selecting a link pointing to one of
> them sends you off to the top of the page rather than to the correct place.
>
Remove the class="id1" in all of the <a name=""> elements. IE
apparently feels quite strongly that styling a <a name=""> is a Bad Thing.
--
jmm dash list (at) sohnen-moe (dot) com
(Remove .AXSPAMGN for email)
|