Re: [css-d] CSS Dropdowns and Form Select Boxes

2007-05-17 Thread Stephen Cunliffe
Classic case of the IE6 Select z-index bug. You have 4 choices. 1.) Ensure that a select box will never be in a position below your overlay content 2.) When "opening" your overlay, change the display of all select elements to none 3.) Generate an iframe, to reside under your overlay (same dims)

[css-d] CSS Dropdowns and Form Select Boxes

2007-05-17 Thread Ian Vaughan
I have a CSS drop down and it all works fine apart from one major point. When you roll over a menu option and the drop down appears, it is shown underneath a Form select box on my page ? It displays as it should - over the top of a form input box, but not a select box. Any ideas on how to get