Hello, I need to know a table and a div width. The problem is that I don't define this width, it depends on their internal items (which can be nearly anything).
I've tried to use
,
,
and
for both types of objects, and it doesn't work.
Any ideas?
Thank's
I've tried to use
Code:
object.width
Code:
object.style.width
Code:
object.width.value
Code:
object.style.width.value
Any ideas?
Thank's