Is there any way to change the COLORS of any part of a form element? I'm just looking for something basic, nothing fancy unless there's no choice.
Is there any way to change the COLORS of any part of a form element? I'm just looking for something basic, nothing fancy unless there's no choice.
You mean like the border of the input field? Or the text?
Input border:
And for the text:Code:<input type="text"style="border:1px solid blue"/>
Code:<input type="text"style="color:blue;"/>
Last edited by Nile; 02-03-2008 at 02:02 PM.
Jeremy | jfein.net
omg thank you very much!! That's exactly what I was looking for, thanks ^^
Bookmarks