Skip to content

Instantly share code, notes, and snippets.

@liveme
Last active August 29, 2015 13:57
Show Gist options
  • Save liveme/9680574 to your computer and use it in GitHub Desktop.
Save liveme/9680574 to your computer and use it in GitHub Desktop.
IE6下1px高度
/*
*@ Name: IE6下1px高度
*@ Update: 2013-03-26
*@ Usage: 在目标元素之间加一个空格的转义符 &nbsp; ,如:<div class="onepx">&nbsp;</div>
* 或者考虑使用 1px 的 border-top 去代替。
*/
.onepx {
height: 1px;
line-height:1px;
font-size: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment