I\'ve realized that Chrome, it seems, will not allow me to hide in a
. Firefox will.
I need to hide the
Simple answer: You can't. Form elements have very limited styling capabilities.
The best alternative would be to set disabled=true
on the option (and maybe a gray colour, since only IE does that automatically), and this will make the option unclickable.
Alternatively, if you can, completely remove the option
element.