Heh. Okay, sorry for taking so long to reply today. I've been out doing Easter stuff with family.
BTW, I was last referring to your sig of "while (!succeed) try();" when I spoke of adding you to my quips database.
I have done a ton of development on my site, but I must credit the open-source development team who has done far more. The software is called e-Xoops:
It's free, open-source, and PHP/MySQL-based.
By resizeable tables, I mean any table that either does not have width or height specifications or has a percentage as a specification. The dimemsions of such tables aren't known in advance, obviously, and I was hoping to figure a way to determine where they end up after the browser renders them. I want to wait for the browser to render the tables, then draw <div> layers behind them to hold graphics as backdrops. I know it sounds real awkward, but I've had a hell of a time trying get complex graphics to display behind content in any other way other than with <div> layers.
I've been pulling my hair out over trying to make content management systems play nicely with graphics that don't chop up evenly around the content. Example, this prototype I made yesterday:
(Nothing on the page works. It is solely a mock-up.)
I'll try your code out now. I'm hoping it's the tool I'm looking for. .I'm a bit new to writing javascript and struggling for clues -- I believe the code you offered is accessing whats called the DOM to get the desired values.
In any case, thank you very much for your contribution!
-- AnalogDuck