I am creating an HTML Drop-down. Here is My Code
http://jsfiddle.net/dineshk/u47xjqLv/
HTML
<select>
<option class="first" style="display:none;">HH</option>
<option class="green">Hello</option>
<option>Magazine</option>
</select>
I have Given first Option
to Display:none
So that it should not show in the Drop Down List. Thats Working. Cool !!!!, But I am not able to Give color for this first Option
Hence it is the Heading of the Drop Down, Please Help me to find the Answer