mm_showMenu in Internet Explorer 8 not working

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
andrewtheart
Beginner
Beginner
Posts: 2
Joined: Sun Mar 07, 2010 10:29 pm

mm_showMenu in Internet Explorer 8 not working

Post by andrewtheart »

Hey guys --

I'm running the following in IE 8.0.7100 and it is not actually hiding the menu --

Code: Select all

<button class = "submit" type="button" onClick="javascript:mm_showMenu('JumpMenu', false, null, null);">hide menu</button>
The thing is, the same code works fine in Firefox 3.6.

I suspect this is related to the doctype I am specifying in my page --

Code: Select all

<meta http-equiv="X-UA-Compatible" content="IE=100" > <!-- IE8 mode ... has to be specified for cool CSS tricks -->
Anyone have any ideas?
andrewtheart
Beginner
Beginner
Posts: 2
Joined: Sun Mar 07, 2010 10:29 pm

Re: mm_showMenu in Internet Explorer 8 not working

Post by andrewtheart »

Looks like it magically started to work. I'll post again if I have issues.
User avatar
Andy
Milonic
Milonic
Posts: 3308
Joined: Sun May 19, 2002 8:23 pm
Location: Menu Developer
Contact:

Re: mm_showMenu in Internet Explorer 8 not working

Post by Andy »

It's probably a caching issue - glad you fixed it though
Post Reply