I'm just starting with eo menu, and was making good progress. But then, all of a sudden, my submenus disappeared. They're still in the code, but they don't appear any more. I must have changed one setting that I shouldn't have, but I simply can't find what it is. Could somebody please tell me where I made my mistake? For the record, I'm trying to duplicate the look and feel of the menu at this site:
Yale Sustainable FoodHere's the code that fails to display the submenus:
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="Test_EO_Menu.aspx.vb" Inherits="Test_EO_Menu" %>
<%@ Register Assembly="EO.Web" Namespace="EO.Web" TagPrefix="eo" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>Untitled Page</title>
</head>
<body>
<form id="form1" runat="server">
<div>
</div>
<eo:menu id="Menu1" runat="server" checkiconurl="OfficeCheckIcon" controlskinid="None"
style="z-index: 10; left: 0px; position: absolute; top: 0px" width="90px" ExpandOnClick="EnabledForTopLevelOnly">
<LookItems>
<eo:MenuItem DisabledStyle-CssText="background-color:transparent;border-bottom-style:none;border-left-style:none;border-right-style:none;border-top-style:none;padding-bottom:1px;padding-left:5px;padding-right:5px;padding-top:1px;color:lightgrey"
Height="24" HoverStyle-CssText="background-color:#c1d2ee;border-bottom-color:#316ac5;border-bottom-style:solid;border-bottom-width:1px;border-left-color:#316ac5;border-left-style:solid;border-left-width:1px;border-right-color:#316ac5;border-right-style:solid;border-right-width:1px;border-top-color:#316ac5;border-top-style:solid;border-top-width:1px;padding-left:4px;padding-right:4px;padding-top:0px;padding-bottom:0px;"
ItemID="_TopLevelItem" NormalStyle-CssText="background-color:transparent;border-bottom-style:none;border-left-style:none;border-right-style:none;border-top-style:none;padding-bottom:1px;padding-left:5px;padding-right:5px;padding-top:1px;"
SelectedStyle-CssText="background-color:white;border-bottom-color:#316ac5;border-bottom-style:solid;border-bottom-width:1px;border-left-color:#316ac5;border-left-style:solid;border-left-width:1px;border-right-color:#316ac5;border-right-style:solid;border-right-width:1px;border-top-color:#316ac5;border-top-style:solid;border-top-width:1px;padding-left:4px;padding-right:4px;padding-top:0px;padding-bottom:0px;">
<SubMenu CollapseEffect-Duration="150" CollapseEffect-Type="Fade" ExpandEffect-Duration="150"
ExpandEffect-Type="Fade" ItemSpacing="3" LeftIconCellWidth="25" Style-CssText="BORDER-TOP-WIDTH: 1px; PADDING-RIGHT: 1px; PADDING-LEFT: 1px; BORDER-LEFT-WIDTH: 1px; FONT-SIZE: 12pt; BORDER-LEFT-COLOR: #999999; LEFT: 100px; BORDER-BOTTOM-WIDTH: 1px; BORDER-BOTTOM-COLOR: #999999; PADDING-BOTTOM: 1px; CURSOR: hand; COLOR: #159014; BORDER-TOP-COLOR: #999999; PADDING-TOP: 1px; FONT-FAMILY: Verdana; POSITION: absolute; TOP: 100px; BACKGROUND-COLOR: white; BORDER-RIGHT-WIDTH: 1px; BORDER-RIGHT-COLOR: #999999">
</SubMenu>
</eo:MenuItem>
<eo:MenuItem IsSeparator="True" ItemID="_Separator" NormalStyle-CssText="background-color:#c5c2b8;height:1px;margin-left:30px;width:1px;">
</eo:MenuItem>
<eo:MenuItem DisabledStyle-CssText="background-color:transparent;border-bottom-style:none;border-left-style:none;border-right-style:none;border-top-style:none;padding-bottom:1px;padding-left:2px;padding-right:5px;padding-top:1px;color:lightgrey"
Height="24" HoverStyle-CssText="background-color:#c1d2ee;border-bottom-color:#316ac5;border-bottom-style:solid;border-bottom-width:1px;border-left-color:#316ac5;border-left-style:solid;border-left-width:1px;border-right-color:#316ac5;border-right-style:solid;border-right-width:1px;border-top-color:#316ac5;border-top-style:solid;border-top-width:1px;padding-left:1px;padding-right:4px;padding-top:0px;"
ItemID="_Default" NormalStyle-CssText="background-color:transparent;border-bottom-style:none;border-left-style:none;border-right-style:none;border-top-style:none;padding-bottom:1px;padding-left:2px;padding-right:5px;padding-top:1px;"
SelectedStyle-CssText="background-color:white;border-bottom-color:#316ac5;border-bottom-style:solid;border-bottom-width:1px;border-left-color:#316ac5;border-left-style:solid;border-left-width:1px;border-right-color:#316ac5;border-right-style:solid;border-right-width:1px;border-top-color:#316ac5;border-top-style:solid;border-top-width:1px;padding-left:1px;padding-right:4px;padding-top:0px;"
Text-Padding-Right="30">
<SubMenu CollapseEffect-Duration="150" CollapseEffect-Type="Fade" ItemSpacing="3"
LeftIconCellWidth="25" Style-CssText="background-color:#fcfcf9;border-bottom-color:#999999;border-bottom-style:solid;border-bottom-width:0px;border-left-color:#999999;border-left-style:solid;border-left-width:0px;border-right-color:#999999;border-right-style:solid;border-right-width:0px;border-top-color:#999999;border-top-style:solid;border-top-width:0px;color:#b0a531;cursor:hand;font-family:Verdana;font-size:12pt;font-weight:bold;padding-bottom:1px;padding-left:1px;padding-right:1px;padding-top:1px;">
</SubMenu>
</eo:MenuItem>
</LookItems>
<TopGroup Orientation="Vertical"><Items>
<eo:MenuItem Text-Html="The Farmer" NormalStyle-CssText="" SubMenuIcon="None">
<SubMenu Style-CssText="color:#b0a531"><Items>
<eo:MenuItem Text-Html="Building Relationships"></eo:MenuItem>
<eo:MenuItem Text-Html="Pricing"></eo:MenuItem>
<eo:MenuItem Text-Html="Post Harvest Handling"></eo:MenuItem>
<eo:MenuItem Text-Html="Packaging"></eo:MenuItem>
<eo:MenuItem Text-Html="Food Safety"></eo:MenuItem>
<eo:MenuItem Text-Html="Liability"></eo:MenuItem>
<eo:MenuItem Text-Html="Success Stories"></eo:MenuItem>
</Items>
</SubMenu>
</eo:MenuItem>
<eo:MenuItem Text-Html="The Chef" SubMenuIcon="None">
<SubMenu Style-CssText="color:#b0a531"><Items>
<eo:MenuItem Text-Html="Seasonal Availability"></eo:MenuItem>
<eo:MenuItem Text-Html="Glossary"></eo:MenuItem>
<eo:MenuItem Text-Html="Finding Farmers"></eo:MenuItem>
<eo:MenuItem Text-Html="Restaurant Websites"></eo:MenuItem>
<eo:MenuItem Text-Html="Building Relationships"></eo:MenuItem>
</Items>
</SubMenu>
</eo:MenuItem>
<eo:MenuItem Text-Html="Resources" SubMenuIcon="None">
<SubMenu Style-CssText="color:#b0a531"><Items>
<eo:MenuItem Text-Html="For Farmers"></eo:MenuItem>
<eo:MenuItem Text-Html="For Food Buyers"></eo:MenuItem>
<eo:MenuItem Text-Html="For Organizers"></eo:MenuItem>
</Items>
</SubMenu>
</eo:MenuItem>
<eo:MenuItem Text-Html="About Us" SubMenuIcon="None">
<SubMenu Style-CssText="color:#b0a531"><Items>
<eo:MenuItem Text-Html="Our History"></eo:MenuItem>
<eo:MenuItem Text-Html="Our Collaborators"></eo:MenuItem>
<eo:MenuItem Text-Html="Lessons Learned"></eo:MenuItem>
<eo:MenuItem Text-Html="Photo Albums"></eo:MenuItem>
<eo:MenuItem Text-Html="Press"></eo:MenuItem>
</Items>
</SubMenu>
</eo:MenuItem>
</Items>
</TopGroup>
</eo:menu>
</form>
</body>
</html>