Properties for option-tag

Properties for option-tag.

Can you use a background color in one of the option in a select-list?

With Javascript in IE it works like this in,
document.form.mySelect.options[3].style.????background??? = "#FF00CC"

Is this a standard or is there another way of writting it?

/Staffan

Received on Wednesday, 26 April 2000 10:11:28 UTC