I'm using a basic left navigation 2 table layout. In a small window and when absolutely positioned navigation elements in the left table are taller than the table, the navigation elements extend further than (below) the left table. How can I size the left table to 100% of the scroll height and not the window height?
I've been playing with this bit of code but haven't made anything work
if ((document.getElementById('Left_Table').clientHeight)<document.body.scrollHeight)
Is there a simpler method of doing this that I'm missing?
Thanks for your help.
I've been playing with this bit of code but haven't made anything work
if ((document.getElementById('Left_Table').clientHeight)<document.body.scrollHeight)
Is there a simpler method of doing this that I'm missing?
Thanks for your help.
Comment