[thelist] Does DHTML act weird in tables/include files?
Cheryl Brannan
cbrannan at sugar-land.dowell.slb.com
Mon, 09 Aug 1999 14:28:00 -0500
I have an HTML file inserted into the left hand column of an ASP document
as an include file. (the HTML is a menu.) I decided to write a little DHTML
in the menu so that it would show only main headers and when the header was
clicked, the sub links would show--sort of like a tree type menu.
What happens is it works great when I view the menu.html file separately.
It goes to crap when I load the index.asp page. Basically, the table (1) no
longer has the background color, (2) juts over to the middle of the page
taking up the whole page and pushing the columns down below and (3) only
some of the table show (including 2 of the links that supposed to be hidden.
If I remove the <DIV> tags, everything looks okay again. I've also tried
moving the DHTML code from the menu.html to the header in index.asp. That
makes no difference.
Any ideas? Conflicts using DHTML in nested tables?
--Cheryl