I have question on the same topic.
If you have Netscape 4.x browser then you have problem with textbox also.
Any idea to fix it?
-----Original Message-----
From: Brian Matsik [mailto:brianmat@o...]
Sent: Monday, May 14, 2001 8:25 AM
To: javascript
Subject: [javascript] RE: menu vs drop-down box
I had a problem similar to this just last week. Basically, if this is IE
then there is an "issue" where a SELECT is the topmost object and ignores
and z-index property.
From
http://msdn.microsoft.com/workshop/author/dhtml/reference/objects/SELECT.asp
:
"This element is a windowed control and does not support the z-index
attribute or zIndex property"
Basically, you need to jump through a LOT of hoops to get this to work
properly. After several hours of searching and a looming test date, we had
to scrap some of our code and just move some controls so that the menu would
show properly.
I would check www.siteexperts.com. They may have some code for this, but it
will be a bit tricky.
Brian Matsik, MCSD/MCT
President and Senior Consultant
Object Oriented Consulting Services, Inc.
www.oocs.com
-------
Author: "MCSD Fast Track: Solutions Architecture", New Riders
Co-Author: "Professional ADO 2.5", Wrox
Co-Author: "VBScript Programmer's Reference", Wrox
Co-Author: "Professional Visual InterDev 6 Programming", Wrox
Co-Author: "Professional Access 2000 Programming", Wrox
Co-Author: "Beginning SQL", Wrox
-----Original Message-----
From: Adeola [mailto:aoadeyemo@h...]
Sent: Monday, May 14, 2001 10:12 AM
To: javascript
Subject: [javascript] menu vs drop-down box
Hi all,
Pls help !! I have menu above a drop-down listbox. The onmouseover event
of the menu displays a list of choices/options, but unfortunately most of
these options disappear behind the drop-down listbox. It dosen't happen
when it's a textbox.
I'll be grateful for any suggestions/help
Ta
Ade'