Skip to content

Instantly share code, notes, and snippets.

@jwdallas
Last active September 29, 2015 18:47
Show Gist options
  • Save jwdallas/1649185 to your computer and use it in GitHub Desktop.
Save jwdallas/1649185 to your computer and use it in GitHub Desktop.
CSS only select style
/**
* Wtf
*/
body {
margin: 100px;
}
select {
-webkit-appearance: menulist-button;
height:200px;
background-color:cyan;
}
<!-- content to be placed inside <body>…</body> -->
<select>
<option>I'm a Select!</option>
</select>
{"view":"split-vertical","prefixfree":"","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment