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
problem with textarea
Re: problem with textarea
You can style the textarea to whatever you want,
textarea {
width: 300px;
height: 15em;
}
Ronny
textarea {
width: 300px;
height: 15em;
}
Ronny
-
rycaga
Re: problem with textarea
oh thx:) i made in stylesheet textare width =100%, not it works well

