On Fri, 2008-06-20 at 14:09 -0700, Mike Wright wrote:
> Are there any javascript/DOM gurus out there who can tell me why the 
> html page below finds the <p> tag and the <div> tag but ignores the
> <a> tag.
>
> <p   id='m'></p>
> 
> <a   id='a'></a>
> <p   id='p'></p>
> <div id='v'></div>

I don't do scripting, but plenty of plain HTML.  Just wondering if your
browser is one of those that ignores empty elements?  (That sort of
thing, links to empty anchors being ignored, was an old complaint.)  If
you added some content, does it start to work.

e.g. <a id="a">something</a>

-- 
[EMAIL PROTECTED] ~]$ uname -r
2.6.25.6-55.fc9.i686

Don't send private replies to my address, the mailbox is ignored.  I
read messages from the public lists.



-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list

Reply via email to