Is there anyway to get the width of a element using the class name of a child element?
<td width='100%' nowrap='1' style='padding-left:2px; margin:2px;'>
<font class='DialogHeaderTitleFont'>RudimentalDrumming.com Jackets</font>
</td>
In the above code, I would like to get the width of the element by using the class name of the element, ".DialogHeaderTitleFont", is that possible?
Thanks.