Is there a way to make the default height of a single line text box smaller? Also, give it a different border color?
Thanks....
Is there a way to make the default height of a single line text box smaller? Also, give it a different border color?
Thanks....
Instead of inset you can use outset, solid or dashed. Also, you can get really creative and specify border-top, border-right, border-bottom and border-left. Each can be a different thickness, style and color. An em is the usual size of a font so, .75em as used here, is about a 3/4 size input.HTML Code:<input type="text" style="font-size:.75em;border:2px inset pink;">
Last edited by jscheuer1; 03-16-2006 at 02:06 AM.
- John________________________
Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
Bookmarks