Skip to content

Instantly share code, notes, and snippets.

@rocketxujia
Created May 10, 2012 01:39
Show Gist options
  • Save rocketxujia/2650338 to your computer and use it in GitHub Desktop.
Save rocketxujia/2650338 to your computer and use it in GitHub Desktop.
最小高度css兼容写法
.min {
min-height: 100px;
height:auto !important;
height: 100px;
}
div{ border: 1px solid red;}
<div class="min">最小高度兼容: 100px </div>
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
@rocketxujia
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment