Created
February 1, 2012 02:10
-
-
Save sidepodcast/1714602 to your computer and use it in GitHub Desktop.
iOS5 audio example for normalize.css (using dabblet)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
audio { display: inline-block; *display: inline; *zoom: 1; } | |
audio:not([controls]) { display: none; } | |
div { | |
background: #fe57a1; | |
color: #fafafa; | |
} | |
.chunky-div > audio:not([controls]) { background: #444; } | |
.svelte-div > audio:not([controls]) { background: #444; height: 0; } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div>Normal</div> | |
<br> | |
<div class=chunky-div>Chunky <audio></audio></div> | |
<br> | |
<div class=svelte-div>Svelte <audio></audio></div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"view":"split","prefixfree":"1","page":"css"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment