What I meant was, how to recreate the default look of the input field. For example 
take a input field and do not apply any CSS to it, that it the look I want to recreate 
exactly the same. And not by not applying a style to it.

If that makes any sense?

-----Original Message-----
From: Glenn Slaven [mailto:[EMAIL PROTECTED]
Sent: Monday, 10 November 2003 10:50 AM
To: [EMAIL PROTECTED]
Subject: Re: [WSG] Style to create input field look?



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/
***************************************************** 

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

Reply via email to