Sent by Mihai Mănuţă on 8 February 2008 10:10
--===============0523673068==
Content-Type: multipart/signed; micalg=sha1;
protocol="application/x-pkcs7-signature";
boundary="=-vIOJz00PXdvrU10Z0IXZ"
--=-vIOJz00PXdvrU10Z0IXZ
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable
Hi Michael,
Your problem is typographic. The font used for text area is smaller than
the font used for inputs (default fonts are sans-serif for input &
select, and fixed for text area - on Linux those fonts are configured
system wide, they can be anything you choose). It is strongly dependent
on the default fonts used by FF (and the fonts installed on the
machine).
In order to fix your problem, just add font-family: Tahoma, Arial,
sans-serif (for example) in the input, select, textarea definition. Even
if your Linux does not have the Tahoma or Arial fonts installed, you
will still make the sans-serif default font go in all types of inputs.
And no, the font-size properly affects ALL (input, select and text area)
in FF on Linux.
Best regards,
Mihai Manuta
On Fri, 2008-02-08 at 02:59 -0500, Michael B Allen wrote:
> On 2/8/08, Michael Adams [EMAIL-REMOVED]> wrote:
> > On Thu, 07 Feb 2008 11:43:00 -0500
> > Michael B Allen wrote:
> >
> > > The font size in textarea elements on Firefox (on Linux at least) is
> > > about 70% the size of other input and select elements in the same for=
m
> > > whereas in IE the font size is roughly the same across all form
> > > elements. I suspect this has more to do with the fact that textarea
> > > uses a courier font-family and FF preferences specifically use a
> > > smaller font for Courier but of course I have no control over that.
> > >
> > > So how does one get the same textarea font size behavior between FF
> > > and IE?
> > >
> > > Mike
> > >
> >
> > Do a minimal page as an example, you may find one of several things:
> >
> > * Your above conclusion is right.
> >
> > * You have set textarea and div fonts at 70% so your textarea is 70% o=
f
> > the div which is already 70% of the body.
> >
> > * Something else is breaking it. Firebug is your friend.
> >
> > OR
> >
> > Post a link tothe example you have.
>=20
> Here's a sample:
>=20
> http://www.ioplex.com/~miallen/test.html
>=20
> I think I see the problem. In FF it seems the following CSS only
> affects textarea and NOT input text fields:
>=20
> input, select, textarea {
> font-size: 70%;
> }
>=20
> IE consistenly changes the font-size for all form fields input and textar=
ea.
>=20
> ?
>=20
> Mike
> ______________________________________________________________________
> css-discuss [EMAIL-REMOVED]]
> 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/
--=-vIOJz00PXdvrU10Z0IXZ--
--===============0523673068==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
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/
--===============0523673068==--