Posted by Jukka K. Korpela on 05/29/07 19:12
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 <input type=text> ?
.... 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/
Navigation:
[Reply to this message]
|