<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtm">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>测试vertical-align</title>
<style>
*{ margin:0; padding:0;}
.admin_more{vertical-align:middle}
.admin_more input{vertical-align:middle;}
body{font-family:tahoma;font-size:12px;}
</style>
</head>
<body>
<div class="admin_more" >
<input name="" type="checkbox" value="语文" checked="checked" />
物理 <input name="" type="checkbox" value="数学" />
化学 <input name="" type="checkbox" value="英语"
历史 <input name="" type="checkbox" value="政治" />
地理 <input name="" type="checkbox" value="生物" />
生物
其他 </div>
</body>
</html>