Hi all,
this is my style sheet:
input[type="text"]
{
font-size: 12px;
font-color: #000000;
font-family: courier;
background-color: #dfd5dd;
}
input[type="reset"]
{
font-size: 12px;
font-color: #000000;
font-family: courier;
background-color: #dfd5dd;
}
However, only the type="text" works and for reset it doesn't change anything and leaves it at default, i wonder, how come?
Any ideas?
thanx
Sofia