While incorporating a form into a website through an iframe, everything functions smoothly except for two drop-down select elements in IE7. The issue is that when clicked, the dropdown does not display but instead gets highlighted, allowing users to navigate using arrow keys.
When testing with IE8 using compatibility mode, the problem does not persist.
Any suggestions or insights on how to resolve this?
ANSWER: It turns out there was a z-index set on the site which was causing the problem. Once I adjusted the z-index to be higher for those particular elements, they started functioning correctly.