<font face="arial" size="2">   I assume you're talking about SELECT elements, since they're the ones with the bleed-through issue.  The problem is that in IE6 and earlier, select elements are windowed objects (like flash movies, etc) and henceforth can't be covered up through the use of z-index.<br />   You do, however, have a couple of options.  One is to use a composite HTML substitute for a dropdownlist, and the other is to hack the overlay div with an iframe to obscure the DDLs behind it (which is how <a href="http://easylistbox.com/demoBleeding.aspx">http://easylistbox.com/demoBleeding.aspx</a> works).  There is of course a third option, which would be to hide the lists when the div appears, but that can get ugly and if the layer doesn't completely cover some of the lists, it looks kind of funny from the user's perspective.<br /><br />HTH,<br /><br />Peter<br /><br /></font>
                <font face="Tahoma, Arial, Sans-Serif" size="2">
                                <b>From</b>: "Michael Borchers" <a href="mailto:list@tridemail.de">list@tridemail.de</a><br /></font>
                <br />My 
<div>Layer is created "over" a HTML form.<br />FF hides the form select elements behind the new layer, but in IE the form <br />elements keep shining through no matter how high i set the z-index.<br />is that normal for the IE? :( </div>