I have a asp:Menu bound to a Sitemap on my sites master page:
<asp:Menu ID="Menu1" runat="server"
DataSourceID="SiteMapDataSource2"
Orientation="Horizontal"
StaticDisplayLevels="2"
CssSelectorClass="PrettyMenu">
</asp:Menu>
The menu works really well on my development box with Firefox 3.5. When I try to run the site within IE7 the menu does not respond at all.
Is there something related to the menu code that would cause this?
UPDATE2:
The issue appears to be related to the CSS Friendly Controls Adaptor. Firefox is responsive but IE7 only shows the top tier of the menu and doesn't respond at all.