this html only in chrome makes the selected value non visible, the bacground of the select in other browsers is colored, only in chrome it\'s white
With jQuery you can do this
$('#selectbox').css({ 'background': 'blue' });