iam designed a on mouse hover popup menu using css, bllow the menu a from is placed, when i hover mouse over the menu it will pop up. But displayed behind in IE. Any one help
BlobFisk
1:24 pm on Jul 19, 2007 (gmt 0)
Hi gopal,
What properties do you have on the form? Are you using floated elements? Absolutely positioned elements?
Is it the whole form or just the select elements?
[edited by: BlobFisk at 1:25 pm (utc) on July 19, 2007]
Xapti
7:49 pm on Jul 19, 2007 (gmt 0)
I believe IE has an unfixable error when it comes to stack order of form elements. They always seem to go on top. If you are catering to IE, you will have to move your form's location.
Gibble
8:08 pm on Jul 19, 2007 (gmt 0)
Xapti,
If I recall correctly, you can also draw your content in an iframe and have it show on top of form elements.
Xapti
6:55 am on Jul 20, 2007 (gmt 0)
Think I heard something about that too. I guess it's an option, but a little messy.
Grabbo
12:59 pm on Jul 25, 2007 (gmt 0)
The menu form in IE is an infinite z-index which mean it will always display on top of anything.