<< Back
Message for this thread
Posted by Messages text
ee hang liang

Avatar
Total post : 144
> Profile
Written on : 12/03/2010 09:47 ( more than one month )
Object : Drop-down Menu cannot function in IE [SOLVED]
Hi All,

I got problem with the drop-down menu in IE. I have no problem in Firefox.

Once my mouse go down, the drop-down disappears.

 
From LiangEH
Message modified by : liangeh on : 17/03/2010 05:07
 
Derks Giovanni

Avatar
Total post : 1861
> Profile
Written on : 15/03/2010 10:08 ( more than one month )
Object : Re: Drop-down Menu cannot function in IE
hello,
which version of IE? I guess it is v. 6 .. anyway that space shouldn't be there; do you have a custom template?

bye,
Giovanni.

Docebo Staff
 - Docebo 4 released! -

 
ee hang liang

Avatar
Total post : 144
> Profile
Written on : 15/03/2010 11:10 ( more than one month )
Object : Re: Drop-down Menu cannot function in IE
Hi Giovanni,

Thanks for your reply. I am using IE8.

I tried on www.demo.docebo.org. Also having the same problem.


 
Derks Giovanni

Avatar
Total post : 1861
> Profile
Written on : 16/03/2010 09:39 ( more than one month )
Object : Re: Drop-down Menu cannot function in IE

Hello liangeh,
I see the problem.. you have to force the IE7 compatibility mode of IE8 in order to have this to work correctly; to do this simply open the header.php file on your template folder and add this line:

$GLOBALS['page']->addStart("\n".'<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />'."\n", 'page_head');

bye,
Giovanni.

 

Docebo Staff
 - Docebo 4 released! -

 
ee hang liang

Avatar
Total post : 144
> Profile
Written on : 16/03/2010 10:48 ( more than one month )
Object : Re: Drop-down Menu cannot function in IE
Hi Giovanni,

Thanks for your reply.

Wow.. great. It work now.

I will put the title to [CLOSED].

From LiangEH
Message modified by : liangeh on : 16/03/2010 10:49
 
<< Back