So here's what I'm trying to do: I'm parsing out some XML data and dynamically creating a table with it (basically). Now, I'd love to be able to click on some of that data and have more data shown up (hidden and unhidden using CSS...). I found a great program for this on this site at:

http://www.dynamicdrive.com/dynamici...tchcontent.htm

Basically, imagine if all that data was created using a JS innerhtml call.

Now, it doesn't work as it should. I've taken that entire test page and created it so that it is created using an innerhtml call except that suddenly it doesn't work as expected. It doesn't work at all actually (clicking doesn't make any changes). The only difference is that the HTML body is created dynamically instead of statically.

I'm guessing this has to deal with the visibility of elements created dynamically and how firefox and IE handle it. Any ideas how to do this? Is it currently impossible (my guess)? Thanks!

-G