IE6 中最大最小宽度和高度css 高度控制

最小宽度
min-width:200px;width:auto !important;width:200px;
最大宽度
width:auto !important;width:200px;max-width:200px;overflow:hidden;
最小高度
min-height:200px;height:auto !important;height:200px;
最大高度
height:auto !important;height:200px;max-height:200px;overflow:hidden;

标签:

发表于 css

Post comment as twitter logo facebook logo
Sort: Newest | Oldest