https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 7e4176185aa3b8a7ba4b8498e2c8852bb4f79714 authored by seabld on 13 April 2012, 02:26:42 UTC
Added tag SEAMONKEY_2_9b3_RELEASE for changeset FIREFOX_12_0b5_BUILD1. CLOSED TREE a=release
Tip revision: 7e41761
348516-2.html
<html><head>
 
<style>

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

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

</body></html>
back to top