EDIT: See below screenshots:
I'm just wondering if anyone has encountered a similar problem. On my machine, Windows 8 and the latest version of Chrome, my window selection options look like I would expect in terms of vertical spacing. The developer next to me, also running Windows 8 with the same version of Chrome, the options for the selection window have 5 pixels at the top and bottom of the indentation. The code is located on our development server, so we get access to the same files.
Here jsfiddle reproduces the problem on another developer's machine: http://jsfiddle.net/3etfP/
And here is a test case (the same jsfiddle):
<style type="css"> .select { padding: 3px; color: #000; } </style> <div> <select name="testSelect" id="testSelect" class="select"> <option value="-1">Select One</option> <option value="0">No</option> <option value="1">Yes</option> </select> </div>
Some other details that may be helpful:
- Both versions of Windows 8.0 64bit
- Both desktop modes
- Both use cases of version 30.0.1599.101 m Google Chrome
- Using the following Chrome extensions:
- URL alizer (both)
- Google Hangouts (both)
- Direct mail box for Gmail (me)
- Any.do (another developer)
- Quick notes (other developers)
- Google Docs (both)
Please let me know if there are any details that I have missed.
thanks
Select with filling:

Choose as usual:

html css google-chrome padding
ScottMichael
source share