
Help....I need to have color options of the Multidrop Menu javascript that I obtained from this site.
Headings should be black and options with links blue.
I have used style="color:blue" in the select tag and it does color everything blue, but now I need to have headings black in the same options. Usually, in a normal select box, I would go to the actual specific option and use style="color:black" but in Javascript, I am unsure as to how to do this task.
Where do I put a format for a display of an option in this script?
Comment