How to set width to 100%

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

    How to set width to 100%

    Hi all,

    I want to set the width of an object to 90%.

    OBJECT.width=90 %
    and
    OBJECT.width="9 0%"
    won't work

    How can I do that?

    Thanks
    Gertjan

    --
    This E-mail is printed on 100% recycable pixels.


  • Ivo

    #2
    Re: How to set width to 100%

    "Gertjan Huiskes" asked[color=blue]
    > I want to set the width of an object to 90%.
    >
    > OBJECT.width=90 %
    > and
    > OBJECT.width="9 0%"
    > won't work
    >
    > How can I do that?[/color]

    Depending on the nature of your object, the syntax is most likely this:
    OBJECT.style.wi dth="90%";
    HTH
    Ivo


    Comment

    • Gertjan Huiskes

      #3
      Re: How to set width to 100%

      Thnx.


      "Ivo" <no@thank.you > schreef in bericht
      news:4087081a$0 $72202$abc4f4c3 @news.wanadoo.n l...[color=blue]
      > "Gertjan Huiskes" asked[color=green]
      > > I want to set the width of an object to 90%.
      > >
      > > OBJECT.width=90 %
      > > and
      > > OBJECT.width="9 0%"
      > > won't work
      > >
      > > How can I do that?[/color]
      >
      > Depending on the nature of your object, the syntax is most likely this:
      > OBJECT.style.wi dth="90%";
      > HTH
      > Ivo
      >
      >[/color]


      Comment

      Working...