Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@EarMaster
Created July 26, 2012 08:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save EarMaster/3181031 to your computer and use it in GitHub Desktop.
Save EarMaster/3181031 to your computer and use it in GitHub Desktop.
iPad opacity test
/**
* iPad opacity test
*/
body {
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
-webkit-overflow-scrolling: touch;
min-height: 100%;
}
li {
display: block;
line-height: 35px;
border: solid 1px silver;
background: silver;
margin: 2px 0;
opacity: 0.4;
}
<ul>
<li>Test</li>
<li>Test</li>
<li>Test</li>
<li>Test</li>
<li>Test</li>
<li>Test</li>
<li>Test</li>
<li>Test</li>
<li>Test</li>
<li>Test</li>
<li>Test</li>
<li>Test</li>
<li>Test</li>
<li>Test</li>
<li>Test</li>
<li>Test</li>
<li>Test</li>
<li>Test</li>
<li>Test</li>
<li>Test</li>
</ul>
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment