<textarea>

T

Tosha

Is there a way to remove the scrollbars from a box generated by the
<textarea> tag?.. and if anyone knows why is <textarea> box renderd in
different size in different browsers(Ie,FF).
 
J

Jukka K. Korpela

Tosha said:
Is there a way to remove the scrollbars from a box generated by the
<textarea> tag?..

Yes, but it would be unfriendly to tell about them. You would either make
the textarea elements less useable to users, or you would continue abuse
of textarea for something else than data input. So let's conclude with
the statement that it cannot be done in HTML and that you need to explain
what you ultimately wish to achieve - maybe _that_ is implementable.
and if anyone knows why is <textarea> box renderd in
different size in different browsers(Ie,FF).

Umm... Why are cars different? Why are people different?

There are some oddities in textarea rendering, but they are related to
the common (and quite understandable) default of rendering them in a
monospace font. And that font might have characteristics that make it
look bigger than "normal" fonts of the same size, so browsers may have
defaults that reduce the font size. This implies that if you change the
font face only, you might be surprised. But it also means that different
browsers do such tuning in different ways.
 
W

WebcastMaker

Umm... Why are cars different? Why are people different?

Do you mean people browsing the web, may not all like the same thing,
and they may have different ideas about what they like to do on the web?
(0_o)
 
M

Mark Parnell

Is there a way to remove the scrollbars from a box generated by the
<textarea> tag?
No.

.. and if anyone knows why is <textarea> box renderd in
different size in different browsers(Ie,FF).

Because they are different browsers, therefore they have different
built-in display settings.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,767
Messages
2,569,572
Members
45,045
Latest member
DRCM

Latest Threads

Top