I just learned this neat little code. It didn't used towirk in IE5 and NS4.7, but I've tested it in IE6 and NS7 and it works in both!!!!
<select>
<optgroup label="sublist one" style="color:blue;">
<option>this
<option>is
<option>only
<option>a
<option>test
<optgroup label="sub2" style="color:red;">
<option>to
<option>see
<optgroup style="background-color:silver;">
<option>if
<option>it
<option>works
</select>
Programming today is a race between software engineers striving to build better and bigger idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. - Rick Cook (No, I'm not Rick)
<select>
<optgroup label="sublist one" style="color:blue;">
<option>this
<option>is
<option>only
<option>a
<option>test
<optgroup label="sub2" style="color:red;">
<option>to
<option>see
<optgroup style="background-color:silver;">
<option>if
<option>it
<option>works
</select>
Programming today is a race between software engineers striving to build better and bigger idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. - Rick Cook (No, I'm not Rick)