Hi
The site I'm working on right now includes a php script that builds a table so that it looks like a tree of links. The problem is that there is no way to tell what the final width of the table will be... And since I need to specify exact widths for each column (otherwise it looks odd), I'm turning to javascript.
My idea is that once the page is loaded, I'll include some javascript that will resize the <td>'s that don't have any set width yet.
I've been experimenting with changing the widths of tables dynamically but haven't got anywhere... Suggestions?
THANKS
Note: Here's the page I'm talking about: It looks great in netscape/mozilla but some cells end up too big in IE. Any help appreciated.
The site I'm working on right now includes a php script that builds a table so that it looks like a tree of links. The problem is that there is no way to tell what the final width of the table will be... And since I need to specify exact widths for each column (otherwise it looks odd), I'm turning to javascript.
My idea is that once the page is loaded, I'll include some javascript that will resize the <td>'s that don't have any set width yet.
I've been experimenting with changing the widths of tables dynamically but haven't got anywhere... Suggestions?
THANKS
Note: Here's the page I'm talking about: It looks great in netscape/mozilla but some cells end up too big in IE. Any help appreciated.