Posted By:
Dmitri_Dostoevsky
Posted On:
Friday, June 21, 2002 09:55 AM
Hi,
I'm creating combo options with
combo.options[combo.length] = new Option(text, value, false, false);
It works fine in all browsers, but Netscape 6 looses my style sheet settings for the option text. I have 'Currier New' font for the option text, but when I dynamically add an option the font of new option is Arial. Could anyone help me resolve this problem?
Thank you,
Dmitri.