Knowledge Base support case for AllWebMenus, abstracted and stripped of all user’s private info.


Initial Email From:
Finn
Initial Email Subject: Problem with menu running IE9
Support Case Month: October 2012

Hi

When running my webpage on IE9 the menu items look strange, i.e. when the menu item consist of more words my menu is showing each word as a new line and not, just as I want it, a single line.

When running Firefox or Chrome the menu items show up in the right way.

Thank you for your help on this matter.

Best regards

Finn

Related URL: http://gjoogs.dk

Reply From: Likno Customer Support

Dear Finn,

After having another look at your menu & page I realized that the problem is in the page.

It seems that your page does not have a proper DOCTYPE and this causes IE to go into the so called “quirks mode” which is essentially IE5.5 Compatibility Mode.

Please try replacing this:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html>

With the correct HTML4 Transitional DOCTYPE:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

Or with the HTML5 DOCTYPE which is much simpler:

<!DOCTYPE html>
<html>

Regards,

Kostas

Likno Customer Support

www.likno.com

Powerful javascript menus (CSS menus/drop-down menus/sliding menus), web trees, buttons, tabs, modals, tooltips, accordions, scrollers, designs for your websites!

Reply From: Finn

Hi Kostas

Thanx a lot for your help.

Regards,

Finn

Tags: , , , , , , , , , , , , , ,