I've got a dropdown list. Each row is in a different font type. Now the problem is that each row height is different due to the different font type.
My question is that how do I extend the height so each row has a equal height in my drop down list?
EDIT 1:
<select class="fonts">
<option style="font-family: 'Comic Sans MS'">Comic Sans MS</option>
<option style="font-family: Arial">Arial</option>
<option style="font-family: 'Times New Roman'">Times New Roman</option>
</select>
EDIT 2:
Here is a quick Fiddle - I'm testing in IE