Posted by Adrienne Boswell on 02/28/06 18:21
Gazing into my crystal ball I observed Adrienne Boswell <arbpen2003
@sbcglobal.net> writing in news:Xns97785118155F7arbpenyahoocom@
69.28.186.121:
> 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 */
oops... should be
input[type=text] {background-color:red; color:yellow}
> .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
Navigation:
[Reply to this message]
|