Is there any way to make an option \[code\]bold\[/code\] in a selectbox in chrome an ie using css ?Its working in FF .\[code\]<style>option.red {background-color: #cc0000; font-weight: bold; font-size: 12px; color: white;}</style><select name="color"><option class="red" value="http://stackoverflow.com/questions/11536763/red">Red</option><option value="http://stackoverflow.com/questions/11536763/white">White</option><option value="http://stackoverflow.com/questions/11536763/blue">Blue</option><option value="http://stackoverflow.com/questions/11536763/green">Green</option></select>\[/code\]same question here enter link description here in stackoverflow , but of no answer