好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

把input类型剔出来_html/css_WEB-ITnose




diffInput2





input[type="text"]
{
background-color:#FFC;
}

input[type="password"]
{
background-image:url(BG.gif);
}

input[type="submit"]
{
background-color:blue;
color:white;
}

input[type="reset"]
{
background-color:navy;
color:white;
}

input[type="radio"]
{
/*In FF,Some radio style like background-color not been supported*/
margin:10px;
}

input[type="checkbox"]
{
/*In FF,Some checkbox style like background-color not been supported*/
margin:10px;
}

input[type="button"]
{
background-color:lightblue;
}



This is normal textbox:
This is password textbox:
This is submit button:
This is reset button:
This is radio:
This is checkbox:
This is normal button:


查看更多关于把input类型剔出来_html/css_WEB-ITnose的详细内容...

  阅读:25次