Issues with displaying rupee font in select element on Chrome and IE8
I have implemented WebRupee for showing the Indian currency symbol. The font appears correctly when used within a <p>
tag, but when placed inside a select option element, it only displays properly in Firefox and not in Chrome or IE8 (shows as 'R' only).
<select >
<option>$</option>
<option>£</option>
<option>€</option>
<option style="font-family:WebRupee;">R</option>
</select>
For demonstration purposes, visit the following link: http://jsfiddle.net/WEJbc/3/