select-2.html 278 B

123456789101112
  1. <!DOCTYPE html>
  2. <html>
  3. <body style="margin: 0; padding: 0;">
  4. <div style="position: relative">
  5. <select size=4 style="position: absolute; top: 100px; left: 100px;">
  6. <option>foo</option>
  7. <option>bar</option>
  8. </select>
  9. </div>
  10. </body>
  11. </html>