|
// yuk
thats not the proper way 2 do comments in css, its /* comment */
anyway if u just want the text box then do this
input .greenbox
{
background-color: #0f0;
color: #fff;
}
or if u want all of them to be green use the above, but remove the .txt
if u do use the one with the .txt then u have to use the tag like so: <input type="text" class="greenbox" name="blah">
i think lol...
something tells me that my explanation might b confusing
|