An old problem between layer and combobox

C

Cylix

Combobox is always over all layer in a page.
I remember that there is solution on a javascript tool kit.

Does anyone know the method to workaround this?
 
M

Matt Kruse

Cylix said:
Combobox is always over all layer in a page.

In IE Win32 browsers (and others which use the IE control)
I remember that there is solution on a javascript tool kit.
Does anyone know the method to workaround this?

Put an iframe behind the div, sized to exactly the same size.
As seen here: http://www.javascripttoolbox.com/lib/popup/example.php
and many other places on the web.

The technique I use to make it apply only when the problem actually exists
(afaik) is:

Popup.prototype.useIframeShim = false;
/*@cc_on @*/ /*@if (@_win32) {Popup.prototype.useIframeShim = true;} @end
@*/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,051
Latest member
CarleyMcCr

Latest Threads

Top