Hi
After testing my umbraco site on IE8, I found the my kendoMenu do not style correctly and the hover do not open the submenu.
my head:
my HTML:
My JS
Any suggestion?
Note: I try the kendo menu demo on the old IE8 station, and all is working. The same site in IE11 work like a charm. What I missed out?!
Thanks
See pic1 for IE11 demo
See pic2 for IE8 demo
After testing my umbraco site on IE8, I found the my kendoMenu do not style correctly and the hover do not open the submenu.
my head:
<
script
src
=
"~/scripts/jquery.min.js"
></
script
>
<
script
src
=
"~/scripts/kendo.web.min.js"
></
script
>
<
script
src
=
"~/scripts/modernizr.custom.76706.js"
></
script
>
<
script
src
=
"~/scripts/Base.js"
></
script
>
<
link
rel
=
"shortcut icon"
href
=
"~/css/imgs/Altex-favicon.ico"
>
<
link
href
=
"~/css/Themes/kendo.common.min.css"
rel
=
"stylesheet"
/>
<
link
href
=
"~/css/Themes/kendo.silver.min.css"
rel
=
"stylesheet"
/>
<
link
href
=
"~/css/Main.css"
rel
=
"stylesheet"
/>
my HTML:
<
table
class
=
"TableMenu"
>
<
tr
>
<
td
rowspan
=
"2"
class
=
"TdLogo"
><
a
href
=
"/"
><
img
alt
=
"Altex"
width
=
"200"
src
=
"/css/imgs/Logo_Altex.jpg"
/></
a
></
td
>
<
td
class
=
"NavG"
><
ul
id
=
"NavG"
class
=
"menu"
>
<
li
>
<
a
class
=
"MenuSelected"
href
=
"/home.aspx"
>Home</
a
>
</
li
>
<
li
>
<
a
class
=
""
href
=
"/about-altex.aspx"
>About Us</
a
>
<
ul
>
<
li
>
<
a
href
=
"/about-altex.aspx"
>About Altex</
a
>
</
li
>
<
li
>
<
a
href
=
"/about-altex/why-us.aspx"
>Why Us</
a
>
</
li
>
<
li
>
<
a
href
=
"/about-altex/child-safety.aspx"
>Child Safety</
a
>
</
li
>
<
li
>
<
a
href
=
"/about-altex/environmental-responsibility.aspx"
>Environmental Responsibility</
a
>
</
li
>
</
ul
>
</
li
>
<
li
>
<
a
class
=
""
href
=
"/your-needs.aspx"
>Our Fabrics</
a
>
<
ul
>
<
li
>
<
a
href
=
"/your-needs.aspx"
>Your Needs</
a
>
</
li
>
<
li
>
<
a
href
=
"/your-needs/ambio®.aspx"
>Ambio®</
a
>
</
li
>
<
li
>
<
a
href
=
"/your-needs/transparent.aspx"
>Transparent</
a
>
</
li
>
<
li
>
<
a
href
=
"/your-needs/translucent.aspx"
>Translucent</
a
>
</
li
>
<
li
>
<
a
href
=
"/your-needs/opaque.aspx"
>Opaque</
a
>
</
li
>
</
ul
>
</
li
>
<
li
>
<
a
class
=
""
href
=
"/our-products.aspx"
>Our Products</
a
>
<
ul
>
<
li
>
<
a
href
=
"/our-products.aspx"
>Our Products</
a
>
</
li
>
<
li
>
<
a
href
=
"/our-products/roller-shade.aspx"
>Roller Shade</
a
>
</
li
>
<
li
>
<
a
href
=
"/our-products/aleoâ„¢.aspx"
>Aleoâ„¢</
a
>
</
li
>
<
li
>
<
a
href
=
"/our-products/panel-track.aspx"
>Panel Track</
a
>
</
li
>
<
li
>
<
a
href
=
"/our-products/roman-shade.aspx"
>Roman Shade</
a
>
</
li
>
<
li
>
<
a
href
=
"/our-products/inclinable-roman-shade.aspx"
>Inclinable Roman Shade</
a
>
</
li
>
<
li
>
<
a
href
=
"/our-products/ready-to-install-shade.aspx"
>Ready-to-install Shade</
a
>
</
li
>
<
li
>
<
a
href
=
"/our-products/fixed-multiform-shade.aspx"
>Fixed Multiform Shade</
a
>
</
li
>
</
ul
>
</
li
>
<
li
>
<
a
class
=
""
href
=
"/warranty.aspx"
>Support</
a
>
<
ul
>
<
li
>
<
a
href
=
"/warranty.aspx"
>Warranty</
a
>
</
li
>
<
li
>
<
a
href
=
"/warranty/faq.aspx"
>FAQ</
a
>
</
li
>
<
li
>
<
a
href
=
"/warranty/security.aspx"
>Security</
a
>
</
li
>
</
ul
>
</
li
>
<
li
>
<
a
class
=
""
href
=
"/contact-us.aspx"
>Contact Us</
a
>
</
li
>
</
ul
>
</
td
>
</
tr
>
<
tr
>
<
td
><
ul
class
=
"NavC-Hidden"
>
</
ul
></
td
>
</
tr
>
</
table
>
My JS
$(
'#NavG'
).kendoMenu();
Any suggestion?
Note: I try the kendo menu demo on the old IE8 station, and all is working. The same site in IE11 work like a charm. What I missed out?!
Thanks
See pic1 for IE11 demo
See pic2 for IE8 demo