IE7 fixes SELECT element
This is BIG news. I found out today that IE7 has finally fixed the age old problem with the SELECT element. Imagine my joy when I read at IEBlog that they have fixed it, and it is now being rendered by MSHTML.
The SELECT element is a windows control, and does not have a z-index. This usually presents itself as a problem when you try to place a DIV over a SELECT. There are various ways that people have been getting around this annoyance, including hiding the SELECT or using an IFRAME behind the DIV.
The new SELECT element in IE7 will still support Windows themes, so you don’t have to worry about that changing.
There are no plans to implement the DISABLED attribute on the OPTION element however (at least not in this version).