Text area problem

Hello,

I made this text-area.

<%= f.label :content %>
<%= text_area :content, :nil, :cols=>20,:rows=>5 %>

But now the user can make it bigger and smaller.
Can a text-area be a fixed length and width and when the text is bigger
you
will see a slider?

Roelof