兼容 ie和FF的 min-width和min-height
2010-12-13 15:04 Kee Wang 阅读(248) 评论(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;