1、IE7下select的高度不能通过设置height?

 

     可以设置font-size来解决这个问题。

 

 

select{
   height:28px;
   *margin-top:4px;   
   line-height:28px;
}