Code: Select all
<html>
<head>
</head>
<body>
<select style="width:100px">
<option value="1" label="1"></option>
<option value="2" label="2"></option>
<option value="2" label="3"></option>
</select>
</body>
</html>
Moderator: trava90
Code: Select all
<html>
<head>
</head>
<body>
<select style="width:100px">
<option value="1" label="1"></option>
<option value="2" label="2"></option>
<option value="2" label="3"></option>
</select>
</body>
</html>