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