Page 1 of 1

problem with textarea

Posted: Mon Nov 12, 2007 12:27 pm
by rycaga
Hello,

I made 2 textareas  in  page. like:

but i have problem when some explorer  resizes. all cms resizes and textareas stays static. it runs out of borders.
How to solve this problem.

Thx

Re: problem with textarea

Posted: Mon Nov 12, 2007 1:12 pm
by RonnyK
You can style the textarea to whatever you want,

textarea {
  width: 300px;
  height: 15em;
}

Ronny

Re: problem with textarea

Posted: Mon Nov 12, 2007 1:27 pm
by rycaga
oh thx:) i made in stylesheet textare width =100%, not it works well