blob: bb038c8c3da05238009406d263af64b482246ad3 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<!DOCTYPE html>
<meta charset="utf-8">
<title>Reference: Compute kind of widget - fallback - select-dropdown-box</title>
<style>
#container { width: 500px; }
#select-dropdown-box { appearance: none; appearance: menulist-button; }
</style>
<div id="container">
<select id="select-dropdown-box"><option>select-dropdown-box</option></select>
</div>
|