So, I have a <select> element on my page, and it worked fine in all browsers until IE8 appeared. I have seen all the literature on browsing IE7 compatibility and how to use <meta> to force the browser in this mode. But the question still remains: why the hell IE8 doesn't display a simple <select> correctly? Has anyone else understood this? Here are two URLs that demonstrate the problem. The first one is correctly displayed in IE8, but only because I use the <meta> tag to make it work in IE7 compatibility mode. The second is identical to the first, except that I do not force compatibility with IE7.
Does anyone have any ideas?
Rob bishop
source share