> To work around the NS4.77 issue (and not switching to Mozilla or Opera) > you can possibly try to remove the 2 first nested tables and use > layers+js positioning instead. However, this will probably means that
I concur. From my observation by playing around with NS4, the nested table problem is caused not only by how deeply the tables are nested, but also by the content size of the table. The latter seems to carry more effect. Thus, focusing on removing the first 2 or 3 nested tables is a good solution. For example NS4 has no problem rendering nested tables 10-level deep and at the most inner table have a simple string such as "Hello World". But it has a problem rendering nested tables only 3-level deep with a large amount of content in the inner most table. I've begun writting the script to compress the tables. I'll post it here when it's done. Expect around 1 month. This is pretty low on our priority list as there are still lots of customisation to do on other facets of Jetspeed, and the fact that we are using Mozilla and Opera helps us in forgetting the nested table problem of NS4. Thanks, YS. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
