mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-10 02:18:57 +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>
|