关于IE7上select的高度设置有关问题

关于IE7下select的高度设置问题1、IE7下select的高度不能通过设置height???? ? 可以设置font-size来解决这

关于IE7下select的高度设置问题

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

?

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

?

?

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