Posts Tagged Background
Flat Input box with CSS
Posted by in CSS on June 29th, 2009
input
{
border: 1px solid;
}
{
border: 1px solid;
}
If you want to change the input box background do as follow:
input
{
border: 0px solid;
}
{
border: 0px solid;
}









