Currently, I am working on adding a font dropdown list to a web page. Each option in the dropdown list is styled with the corresponding font it represents like this:-
<option value="Arial, Helvetica, sans-serif" style="font-family: Arial,Helvetica,sans-serif;">Arial</option>
Although the dropdown appears correctly when expanded, the selected font does not apply to the entire dropdown. Is there any possible solution to update the font selection as options are chosen?
Check out my work on jsFiddle - http://jsfiddle.net/bq2d9/