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