drop down
Yeah - this is a real pain in the butt with IE. For some stoopid reason IE thinks a combo box resides in the application layer, not the page layer. There is a work around out there, but it has to do with creating a seperate layer in a <div> and using javascript to have the div appear over the combo box.
The trick is having the div move with your drop down menu and being the same size as your drop down menu.
If I can find the link to what we used, I'll post it here.
|