mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
12 lines
251 B
HTML
12 lines
251 B
HTML
<!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>
|