I am trying to create a "quick links" dropdown for a site I'm designing and it has to be compatible for all browsers IE6 and up. It needs to remain 120px wide because its position will be static. Using the < select > command and setting a width, this works; however, when the box is opened, IE cuts off the longer texted links where Firefox resizes them correctly. Is there anyway to define the dropdowns at a different width than the 120px top of the box that works with all browsers?
If not, is there a simple script for a customizable dropdown menu that doesn't require 10 pages of javascript?
Thanks!