Resize a table tag

Y

yaron

Hello

is there a resize property or a similar property
to a <DIV> tag or <TABLE> tag
like there is for the <FRAME> tag

thanks yaron
 
D

David Dorward

yaron said:
is there a resize property or a similar property
to a <DIV> tag or <TABLE> tag
like there is for the <FRAME> tag

Do what? I don't use frames.

I suspect that what you want is to alter the width and height CSS properties
of the relevant objects style property.

document.getElementById('id-of-element').style.width = '25em' ;
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,537
Members
45,022
Latest member
MaybelleMa

Latest Threads

Top