I am trying to emulate the following in Netscape 6+.
If you view the link in IE6 you will see what I want to do which is two things:
- scroll within the table without using frames or iframes so the actual browser window doesn't scroll
- adjust height when the window resizes
As you can see it works in IE, but when I look at it in Netscape 6+, the content doesn't show. If I take out the 'height="96%"', a portion of the content shows, but no scrolling occurs. Netscape doesn't seem to like nested tables either. I tried to use tbody, which only works in Netscape, but again the percent height in a nested table doesnt work. I can use server side code to detect the browser and display something different, so I don't have to have code that works on both.
I just need some way to do this in Netscape 6+ and I can't seem to find a way.
Any ideas?
Thanks
If you view the link in IE6 you will see what I want to do which is two things:
- scroll within the table without using frames or iframes so the actual browser window doesn't scroll
- adjust height when the window resizes
As you can see it works in IE, but when I look at it in Netscape 6+, the content doesn't show. If I take out the 'height="96%"', a portion of the content shows, but no scrolling occurs. Netscape doesn't seem to like nested tables either. I tried to use tbody, which only works in Netscape, but again the percent height in a nested table doesnt work. I can use server side code to detect the browser and display something different, so I don't have to have code that works on both.
I just need some way to do this in Netscape 6+ and I can't seem to find a way.
Any ideas?
Thanks