In IE6, and possibly 7, if you set the width of an to any value other then auto, if the options inside of that select are wider then the select's width, they get cut off. this is bad. Firefox is smart enough to not do this.
Question: How can i tell if the options are being cut off with javascript?
How have you dealt with this issue other then setting width to auto?