On 12/27/10 10:29 AM, David McGlone wrote:
Hi everyone,

I am wondering if it's possible to use css to style a text area in finer detail
than just using "cols" and "rows" in the tag. I have a  text area on a contact
page, but by just using cols and rows I get different results in different
browsers. Here's my codes:

text area code:
<textarea name="notes" cols="63" rows="5"></textarea>

css code:
   .mailform{
   margin-left: 10px;
   margin-right: 10px;
   border: 1px solid;
   float: left;
}

is it possible to get the textarea to automatically expand to the width of the
css container (.mailform)?



textarea { width : 75%; height : 8em; margin : 0; } ???

A clickable link to your page would help...

Best,
~d

--
http://chelseacreekstudio.com/
http://chelseacreekstudio.com/fa/

______________________________________________________________________
css-discuss [[email protected]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to