how can i .......

C

cookemx

how can i make my form with color in the boxes ... i see some forms
that have color in the filling box ... how can i do that !!!!
 
D

Disco Octopus

cookemx said:
how can i make my form with color in the boxes ... i see some forms
that have color in the filling box ... how can i do that !!!!

<input style="background-color:red; color:yellow;" type="text ...
 
A

Adrienne Boswell

Gazing into my crystal ball I observed Disco Octopus
<input style="background-color:red; color:yellow;" type="text ...

Better:

input[text] {background-color:red; color:yellow} /*not fully supported */
..txtinput {background-color:red; color:yellow} /*using a class */

<input class="txtinput" name="name">
 
A

Adrienne Boswell

Gazing into my crystal ball I observed Adrienne Boswell <arbpen2003
@sbcglobal.net> writing in 69.28.186.121:
Gazing into my crystal ball I observed Disco Octopus
<input style="background-color:red; color:yellow;" type="text ...

Better:

input[text] {background-color:red; color:yellow} /*not fully supported */

oops... should be
input[type=text] {background-color:red; color:yellow}
 
R

Richard Sexton

With neither quill nor qualm, Disco Octopus quothed:

Try hyperspeed dating. Walk into the room and if you don't like anything you
see, walk out.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,581
Members
45,057
Latest member
KetoBeezACVGummies

Latest Threads

Top