P
Paul Irish
It's well known that IE6 (and 5.5 and 5) have a "windowed" select
element. As such it's painted on top of all other elements. [1] [2]
The typical fix is an iframe shim that overlays the select and allows
arbitrary divs to lay on top without visual interruption. [3]
As iframes are particularly heavy and hurtful to page performance it
makes sense to only add it to the browsers that need it.
Which leads to...
How can you detect that the current browser demonstrates this
behavior?
[1] http://support.microsoft.com/kb/177378
[2] http://blogs.msdn.com/ie/archive/2006/01/17/514076.aspx
[3] http://web.archive.org/web/20080125....com/WebLog/jking/archive/2003/07/21/488.aspx
element. As such it's painted on top of all other elements. [1] [2]
The typical fix is an iframe shim that overlays the select and allows
arbitrary divs to lay on top without visual interruption. [3]
As iframes are particularly heavy and hurtful to page performance it
makes sense to only add it to the browsers that need it.
Which leads to...
How can you detect that the current browser demonstrates this
behavior?
[1] http://support.microsoft.com/kb/177378
[2] http://blogs.msdn.com/ie/archive/2006/01/17/514076.aspx
[3] http://web.archive.org/web/20080125....com/WebLog/jking/archive/2003/07/21/488.aspx