14 lines
200 B
HTML
14 lines
200 B
HTML
<html>
|
|
<head>
|
|
<style>
|
|
#sel {
|
|
left: 10px;
|
|
width: 101px;
|
|
position: absolute;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<select id="sel"></select>
|
|
</body>
|
|
</html>
|