Skip to content
View in the app

A better way to browse. Learn more.

Web Designer Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Drop down menu not working in IE9/ IE10?

Featured Replies

You could try moving this line

<!--[if gte IE 9]> <script type="text/javascript"> Cufon.set('engine', 'canvas'); </script> <![endif]-->

to after your cufon call

 

try that and I'll have another look

  • Author

Thank

 

You could try moving this line

<!--[if gte IE 9]> <script type="text/javascript"> Cufon.set('engine', 'canvas'); </script> <![endif]-->

to after your cufon call

 

try that and I'll have another look

Thank you for your reply, I've updated this

Can you change these two lines in the css

 

#menu > ul > li > div {
	left: -9999px;/*changed from display none*/
	background: #FFFFFF;
	position: absolute;
	border-top: 1px solid #cbcfd0;
	z-index: 5;
	padding:5px 0 5px 0;
	margin-left:10px;
	margin-top:0px;
	opacity:0.8;
	background-color: #334048;
}
#menu > ul > li:hover > div {
	left:0;/*changed from display table*/
}

I've got a feeling the cufon doesn't like the dropdown on display none so we'll try using position to hide it

Edited by mteam

  • Author

Can you change these two lines in the css

 

#menu > ul > li > div {
	left: -9999px;/*changed from display none*/
	background: #FFFFFF;
	position: absolute;
	border-top: 1px solid #cbcfd0;
	z-index: 5;
	padding:5px 0 5px 0;
	margin-left:10px;
	margin-top:0px;
	opacity:0.8;
	background-color: #334048;
}
#menu > ul > li:hover > div {
	left:0;/*changed from display table*/
}

I've got a feeling the cufon doesn't like the dropdown on display none so we'll try using position to hide it

Now trying this.

Thats working now just put your doctype as the first thing in your html and it will stop IE kicking into compatibilty mode

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.