Posted by Adrienne Boswell on 02/28/06 17:58
Gazing into my crystal ball I observed Disco Octopus
<discooctopus@yahoo.com> writing in news:1l63unqk40z1p.z1rgbi6p60p$.dlg@
40tude.net:
> cookemx wrote:
>
>> 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 ...
>
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">
--
Adrienne Boswell
http://www.cavalcade-of-coding.info
Please respond to the group so others can share
[Back to original message]
|