blob: e5405c77c71876a847e5ca6abf21e080d4ad3da0 (
plain)
1
2
3
4
5
6
7
8
9
|
<!DOCTYPE html>
<html>
<body style="margin: 0; padding: 0;">
<select style="position: fixed; top: 100px; left: 100px;">
<option>foo</option>
<option>bar</option>
</select>
</body>
</html>
|