Hi,
can you show me how to assign css properties to the button that is of type=file,say:
<input type="file" name="coolFile">
I know that in css you need to do this:
input[type=file]{
background:#ccf;
//and so on
}
How do I assign values for the button?