关于IE6 line-height失效的问题

BUG症状:当在一个容器里文字和img、input、textarea、select、object等元素相连的时候,对这个容器设置的line-height数值会失效; 

受影响的浏览器: 
Microsoft Internet Explorer 5.01 / Windows 
Microsoft Internet Explorer 5.5 / Windows 
Microsoft Internet Explorer 6  

解决方法: 
对和文字相连接的img、input、textarea、select、object等元素加以属性 

margin: (所属line-height-自身高度)/2px 0;  
vertical-align:middle

 

--摘自csdn.

我感觉用_padding-top就解决了..

posted on 2013-10-11 15:59  刘阿毛  阅读(170)  评论(0编辑  收藏  举报

导航