I needed to to do a quick width set for form input type="text",
So:
input{
width: 200px;
}
That also styled all my radio buttons!
Is it possible to set a style for just one type?
Jeff
So:
input{
width: 200px;
}
That also styled all my radio buttons!
Is it possible to set a style for just one type?
Jeff
Comment