Form Colors and Sizes
How do I change the color and size of a form input box?
I've seen it done with CSS, javascript, java, flash, all kinds of things, but I just want to know an easy way.
Thank you!
Smaller and different color.
How do I change the color and size of a form input box?
I've seen it done with CSS, javascript, java, flash, all kinds of things, but I just want to know an easy way.
Thank you!
Smaller and different color.
detox posted this at 03:50 — 20th June 2001.
They have: 571 posts
Joined: Feb 2001
try this, I use a variant of this nearly every time i have a form to do.
.submitlog {
font-family: Verdana,'Comic Sans MS',Arial,Sans-Serif, Helvetica;
font-size: 10px;
border: 1px solid;
border-color:#B6C6C9;
width: 70px;
height : 18px;
background:#B6C6C9
}
Jack Michaelson posted this at 09:22 — 21st June 2001.
He has: 1,733 posts
Joined: Dec 1999
check
http://www.jspinsider.com/reference/css/index.html for almost all CSS properties
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.