Taco Fleur wrote:


What would be the CSS to create the default look of an input box?

*Taco Fleur
07 3535 5072*
Tell me and I will forget
Show me and I will remember
Teach me and I will learn

Um, well it depends what you want the default to be :)

The syntax would be

input, textarea
{
   ...(insert code here)....
}

(Not forgetting the textarea if you're using it)
I usually start with

input, textarea
{
   font-family : courier;
   color : #000000;
   background-color : transperant;
}

cheers

--
Glenn

"Religion and science are opposed, but only in the same sense as that in which my thumb and forefinger are opposed - and between the two, one can grasp everything" - Sir William Bragg.

http://glenn.typepad.com/news/


*****************************************************
The discussion list for http://webstandardsgroup.org/
*****************************************************




Reply via email to