On Tue, 06 Sep 2005 17:31:02 +0200, Guillaume wrote:
>
> Seems the browsers ( Op, Saf, Ff on Mac ) don't catch named anchors
>
Hi Guillaume,

Modern browsers prefer you use "id" rather than "name". If you want to
target version 4 browsers, simply add an "id" attribute with the same
value as "name". Otherwise you may prefer to put the "id" into an
existing DIV or other element and get rid of the named anchor. It
works just as well for more modern browsers.

BTW - I understand that IE has problems with 'id="top"' - you may find
that something like 'id="page-top"' is more reliable.

Cordially,
David
--
David Hucklesby, on 9/6/2005
<http://www.hucklesby.com/>
--




______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to