首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web前端 >

ie不兼容min-height属性解决办法

2012-12-29 
ie不兼容min-height属性解决方法min-height:100px/*高度最小值设置为:100px*/ height:auto !important /

ie不兼容min-height属性解决方法

 min-height:100px;    /*高度最小值设置为:100px*/ height:auto !important; /*兼容FF,IE7也支持 !important标签*/ height:100px; /*兼容ie6*/ overflow:visible;

overflow属性必须写上,否则不管用

热点排行