[thelist] Wide Textarea Form Element

James Aylard webmaster at equilon-mrc.com
Wed Apr 24 19:14:01 CDT 2002


Mark,

> Has anyone a way to expand a textarea form element to fit the width of a
> table element?  IE:

<style type="text/css">
  textarea {
    width: 100% ;
  }
</style>

    Should work, although you will want to test it in various browsers.
Also, sometimes you need to bump it down to 98% to avoid some sizing
problems.

James Aylard




More information about the thelist mailing list