I have no problem displaying the page in IE7 and 8. But in IE9, these
menus are missing.
Here's the code:
new Insertion.Bottom($("secondaryNav"),
MyShop.Extranet.MyChart.secondaryMenuHtml);
new Insertion.Bottom($("primaryNav"),
MyShop.Extranet.MyChart.primaryMenuHtml);
new Insertion.Bottom($("breadcrumbNav"),
MyShop.Extranet.MyChart.breadcrumbMenuHtml);
new Insertion.Top($("footer"),
MyShop.Extranet.MyChart.footerMenuHtml);
var menu = $("menu");
var userTitle = (menu != null ? menu.down("h2") : null);
if(menu && userTitle) {
new Insertion.Bottom(userTitle, '<a href="./bye.asp">(Log Out)</
a>');
}
Please help. Thanks.
Steve
--
You received this message because you are subscribed to the Google Groups
"Prototype & script.aculo.us" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/prototype-scriptaculous?hl=en.