Resize a table tag

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • yaron

    Resize a table tag

    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
  • David Dorward

    #2
    Re: Resize a table tag

    yaron wrote:[color=blue]
    > is there a resize property or a similar property
    > to a <DIV> tag or <TABLE> tag
    > like there is for the <FRAME> tag[/color]

    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.getEle mentById('id-of-element').style .width = '25em' ;


    --
    David Dorward <http://dorward.me.uk/>

    Comment

    Working...