I have a table of contents in a div. The TOC displays when a link is clicked. It displays on top of everything else which is held in a second div.
Everything was working great til I got to a page where part of the content was layed out in a table. On this page the table of contents displays on top until it reachs the table, at which point it displays behind the table.
I have the div holding the TOC set with a z-index: 1. I tried setting the table's z-index to two but it still displayed on top of the toc div. I then tried putting the table in it's own div, and setting the z-index of that div to 2 but alas didn't work.
Can anyone help.
Thanks,
Everything was working great til I got to a page where part of the content was layed out in a table. On this page the table of contents displays on top until it reachs the table, at which point it displays behind the table.
I have the div holding the TOC set with a z-index: 1. I tried setting the table's z-index to two but it still displayed on top of the toc div. I then tried putting the table in it's own div, and setting the z-index of that div to 2 but alas didn't work.
Can anyone help.
Thanks,