Div over select

Hi basic code for test:

opc 1
 
 

In a browser (IE, FF) the select remains under the div (correct)
In exeoutput the select shows over the div (problem)

In my code the div is draggable. So I need than the select stays under the div I tried setting it with a higher zindex value without success. Trident has the problem. Chromium appears to work fine. I prefer to use Trident.

Any tip?

TIA,

Which version of IE is installed on your computer?

By default, ExeOutput configures the Trident engine to work with the standard mode of IE.
You can try to activate IE compatibility mode with these options:

I just realized This PC has IE8! (client pc, with windows xp)
So, the answer is “move the machine to W7/IE9 or let me move to webkit”.

Thanks, I have an answer now.

In a browser (IE, FF) the select remains under the div (correct)
In exeoutput the select shows over the div (problem)

same problem in html5 (IE10 IE11 ) I use version 4.6.1.

ExeOutput has no version 4.6.1, it’s HTML Executable. So which product are you using?

Yes. Html executable 4.6.1 and i have same problem.Do you have solution?

And which IE version do you have? It’s not clear.

IE11.
In a browser IE10, IE11 work fine, but not worlk in HTMLexecutable.

Maybe it’s a problem related to the WebBrowser control. Please check that you did not enable UseIE7CompatibilityMode (search in documentation).