Hey community, I need help with building a drop-down that has 3 columns in it spaced apart. Here is my basic idea <div> <select name="attr_manuever"> <div><option value="DN">Do Nothing</div><div>Any</div><div>None</div></option> </select> </div> Also any CSS help on this would be appreciated