uhm im not sure if anyone has encountered this problem
a brief description is on IE6 any <select>
objects get displayed over any other item, even div's... meaning if you have a fancy javascript effect that displays a div that's supposed to be on top of everything (e.g: lightbox, multibox etc..) onclick of a certain element and that div overlaps a <select>
your div get's to be displayed as if its under the <select>
[on this case a max and minimum z-index doesnt work ]
i've tried googling and found the iframe shim solution
but i wanted some pretty clean alternatives
or better yet has anyone found a better solution?
since the method using iframes uses around 130mb of ram might slow down poor people's machines