Is there a way of accessing the width of a DOM element? In particular, I'm looking to get the width of a table cell (td) who's width can be of varying lengths based on the length of the text in that cell.
ideally, the solution I'm looking for will use the jQuery library, but others will work as well.
Also, I must stress that the solution must work in IE6 (unfortunately :-P ) in addition to ie7, ie8, and firefox. Thanks in advance!!