Anything991
Programmer
Hey Can any body help me i wanna give a input type button a style with having to create a class and not only using input because then it changes all the input type and i only want to change the button type!!! I though it may be something like
<style>
Input[type=button]
{
Background-color: red;
}
</style>
But it doesn't seem to work!! Please can anybody help me!!
<style>
Input[type=button]
{
Background-color: red;
}
</style>
But it doesn't seem to work!! Please can anybody help me!!