-1

I downloaded the PHP Desktop application from https://code.google.com/p/phpdesktop/wiki/DownloadMSIE, and paste www folder to the downloaded file. I am getting issue in z-index. Select Box appears first and Menu appears back. It is working fine in all the browsers but not in Desktop. The style for Menu,

 position: absolute;
 z-index: 10;

Please help me in fixing it. Thanks..

Stephan
  • 41,764
  • 65
  • 238
  • 329

2 Answers2

0

the box which you want to display first give ithen

z-index:9999999;
0

PHP Desktop MSIE by default embeds IE 7.0. Maybe the old version of IE is cause of the issue. To use a newer version of IE embedded read this: https://code.google.com/p/phpdesktop/wiki/MSIEengine#How_to_use_a_newer_version_of_IE_engine

Czarek Tomczak
  • 20,079
  • 5
  • 49
  • 56