Raw File
348516-3.html
<html><head>
 
<style>

select {
    width: 200px;
}
option {
    padding: 0;
    width: 50%;
    background-color: cyan;
}
</style></head><body>

<select size="3">
<option style="margin-left: 50%;">right</option>
</select>

</body></html>
back to top