Re: OT: need javascript/DOM help

2008-06-21 Thread Bassel Safadi
> 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. something > > actually

Re: OT: need javascript/DOM help

2008-06-20 Thread Tim
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 tag and the tag but ignores the > tag. > > > > > > I don't do scripting, but plenty of plain HTML. Just wondering if your browser is on

Re: OT: need javascript/DOM help

2008-06-20 Thread Bassel Safadi
> What I'm trying to accomplish is to "display:none" or "display:block" the > following element whenever the is onclicked. > Maybe this will help you to accomplish the flip flop part of your situation function flipflop(element){ var foo; foo = document.getElementById(element); if(foo.style.disp

Re: OT: need javascript/DOM help

2008-06-20 Thread Mike Wright
Bassel Safadi wrote: On Sat, Jun 21, 2008 at 12:09 AM, Mike Wright <[EMAIL PROTECTED]> wrote: Are there any javascript/DOM gurus out there who can tell me why the html page below finds the tag and the tag but ignores the tag. Below is the html being tested. = http://

Re: OT: need javascript/DOM help

2008-06-20 Thread Bassel Safadi
On Sat, Jun 21, 2008 at 12:09 AM, Mike Wright <[EMAIL PROTECTED]> wrote: > Hi Listizens, > > I'm working on a project but am absolutely stymied and need outside help. > Both konqueror and firefox exhibit the same behavior so I don't think this > is a browser bug. > > I've checked the xhtml1-stric