Small Text Boxes?
am 29.05.2007 18:19:16 von AkhenatenI'm working with limited space in a particular table cell, what's the
best way to create an input text box that is a bit smaller than the
standard ?
TIA.
../JLK
I'm working with limited space in a particular table cell, what's the
best way to create an input text box that is a bit smaller than the
standard ?
TIA.
../JLK
On May 29, 10:19 am, Akhenaten
> I'm working with limited space in a particular table cell, what's the
> best way to create an input text box that is a bit smaller than the
> standard ?
e.g.-
OR
e.g.-
Akhenaten wrote:
> I'm working with limited space in a particular table cell, what's the
> best way to create an input text box that is a bit smaller than the
> standard ?
..itzybitzy { font-size: .5em; }
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
> .itzybitzy { font-size: .5em; }
>
>
>
> --
> Take care,
>
> Jonathan
> -------------------
> LITTLE WORKS STUDIOhttp://www.LittleWorksStudio.com
Thx, the CSS bit was what I needed.
Scripsit Akhenaten:
> I'm working with limited space in a particular table cell,
Then fix the thing that created this problem...
> what's the
> best way to create an input text box that is a bit smaller than the
> standard ?
.... instead of creating new problems.
The default font size in input boxes is already typically 90% of the basic
font size*), so making it even smaller is a bad move. If you want user
input, why would you make it hard to him to see what he is writing?
*) So the CSS code
input { font-size: 100%; }
is worth considering.
--
Jukka K. Korpela ("Yucca")
http://www.cs.tut.fi/~jkorpela/