Skip to content

Instantly share code, notes, and snippets.

@i2r
Created March 3, 2012 09:56
Show Gist options
  • Select an option

  • Save i2r/1965288 to your computer and use it in GitHub Desktop.

Select an option

Save i2r/1965288 to your computer and use it in GitHub Desktop.
IE white-space test-case
/**
* IE white-space test-case
*/
.container {
width: 200px;
margin-top: 60px;
border: solid 2px;
white-space: nowrap;
}
.item {
display: inline-block;
border: solid 1px #f00;
/display: inline;
/zoom: 1;
}
<!-- content to be placed inside <body>…</body> -->
<div class="container">
<div class="item">1++++++</div>
<div class="item">2-----------</div>
<div class="item">3========</div>
</div>
{"view":"split-vertical","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment