<style type=”text/css”>
<!–
INPUT{
border: 1px solid #D4D0C8;
width: 200px;
}
input[type=text]
{
background-color: #FFCC33;
}
input[type=checkbox],input[type=radio]
{
width: 20px;border: 0px;
}
–>
</style>
</head>
<body>
<form id=”form1″ name=”form1″ method=”post” action=”">
<input type=”text” name=”textfield” />
<input name=”radiobutton” type=”radio” value=”radiobutton” />
<input type=”checkbox” name=”checkbox” value=”checkbox” />
</form>
IE8和火狐均支持
