problem with textarea

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Locked
rycaga

problem with textarea

Post 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
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm

Re: problem with textarea

Post by RonnyK »

You can style the textarea to whatever you want,

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

Ronny
rycaga

Re: problem with textarea

Post by rycaga »

oh thx:) i made in stylesheet textare width =100%, not it works well
Locked

Return to “CMSMS Core”