[WEB4LIB] Inconsistent cross-browser behavior: suggestions?

Luc Grondin grondin.luc at uqam.ca
Tue Sep 8 11:17:19 EDT 1998


At 08:32 98-09-04 -0700, Gerald M. Furi wrote:
>MSIE consistently and correctly goes to all named anchors. Netscape will
>navigate properly to, say, one or two of such links on a menu of six but
>stalls on others. Code has been validated. Any ideas?

This is just a guess, since I have not seen your code, but a possibility is
that some of your named anchors have letters with different case (uppercase
vs lowercase).  Netscape as always been case-sensitive when it comes to
named anchors (as far as I know), while it seems that Explorer is not.

For example, if you had

<A href="#whatever">bleah</A> and the corresponding <A
name="Whatever">blah</a>,

it should work with Explorer but not with Netscape.

I hope this helps


Luc Grondin
Bibliothecaire/Librarian
Services informatises des bibliotheques
Universite du Quebec a Montreal




More information about the Web4lib mailing list