mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-31 22:25:30 +00:00
12 lines
272 B
HTML
12 lines
272 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body style="margin: 0; padding: 0;">
|
|
<div style="position: relative;">
|
|
<select style="position: absolute; top: 100px; left: 100px;">
|
|
<option>foo</option>
|
|
<option>bar</option>
|
|
</select>
|
|
</div>
|
|
</body>
|
|
</html>
|