I do not know what you are after. If you use custom labels, you will end up with trouble ingetting things from the dropdown.
a normal select is like:
<select name='' id='' class=''>
<option value=''>label</option>
</select>
name, value, id, value and label can be accessed by javascript. Possibly other items too, but you will need to hack your way through.