RyoSugimoto
4/12/2014 - 3:18 PM

IE6のためのmin-height、min-width、max-height、max-width。

IE6のためのmin-height、min-width、max-height、max-width。

.foo {
	min-height: 100px;
	height: auto !important;
	height: 100px;
}

.bar {
	max-height: 200px;
	width: expression(document.body.clientWidth > 202? "200px" : "auto");
}