Check out how far have I got it here: http://client.starchat.ee/social/test.html How can I make the textarea above the green button to fill the div block? I mean, I how to make the textarea exactly the same width as the comment blocks?
+2
A:
Dimensioning textareas in percents has somehow never worked properly, I had the same problem years ago and ended up using some bogus width like 99.XXX....
I suggest you use a div
around the textarea to draw the rounded border and remove the border on the textarea itself. This way the width of the textarea doesn't has to be exact, you could use 98% or 99%.
Vinz
2010-07-02 11:19:33
Oh, well - check the link.It worked out pretty good, but still I'm wondering maybe someone knows a way how to make dimensioning textareas in percents properly in my case?
Richards
2010-07-02 11:26:52