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