I have seen on several sites that drop list values can have offsets... For example this drop-list:
Fruits
Apple
Banana
Orange
Colors
Red
White
Black
The above are all options, but some have "inlets" or "offsets" or whatever you want to call it. How is this done with js? (regular js, not jquery at the moment)
Thanks If you need more input let me know.