but in the css this does NOT work, I get the default gray box:
.boxrgt .submit{color:blue;background:#ffffa0;}
(2) is there a way to change the arrow into a pointy-finger when it hovers over the “Go”?
(3) Is there a way to change the text to black when they type something in? I have this in css:
.boxrgt input[type="text"] {color:#bbb;}
which I want for only the default text in the box (“enter name here”) but then when they type in their name “Val” into that box, I want Val to be black not #bbb.
I haven’t uploaded it yet, so can’t link to a sample.
Is it maybe a placeholder that you’re after, i.e. a grey-ish sample text that will disappear when you type something into the input? There’s an HTML attribute for this, it goes like