Author: trolane | Posted on: 8/28/2008 6:41:58 AM | Views : 726

I use the asp.net menu control as you would a normal horizontal menu with drop downs and sub menus.
In IE8 beta 2, the sub menus just show up  as white boxes ignoring any content. The size of the white box is what it should be but does not display anything.
It works in compatablity mode but the menus are the only thing that isn't working so far in IE8 normal mode.
here's the tag and styles i use.
  <asp:Menu ID="Menu1" runat="server" DataSourceID="SiteMapDataSource1" Orientation="Horizontal" StaticDisplayLevels="2" OnMenuItemDataBound= Go to the complete details ...