Posted by Andy Dingley on 02/16/07 18:53
On 16 Feb, 18:05, TaliesinSoft <taliesins...@mac.com> wrote:
> > You should fix up the mis-use of <a> name and id attributes though.
>
> Could you elaborate here? I'd appreciate it.
You don't need the <a> elements at all. The id on the div is entirely
sufficient for the same purpose.
You've duplicated the values between <a name > and <div id > This is
permitted by the spec, but causes a problem with IE that treats them
both as the same namespace (details discussed a while ago).
You also have <a name="..." ></a> with empty element content. This was
a problem with older Operas. The spec says that there ought to be
content here.
Navigation:
[Reply to this message]
|