代码改变世界

兼容 ie和FF的 min-width和min-height

2010-12-13 15:04  Kee Wang  阅读(245)  评论(0编辑  收藏  举报

 background:#ccc;
    min-height:100px; 
    height:auto !important; 
    height:100px; 
    overflow:visible;

 

 background:#ccc;
    min-width:100px; 
    width:auto !important; 
    width:100px; 
    overflow:visible;