<asp:menu id="NavigationMenu"
disappearafter="2000"
staticdisplaylevels="2"
staticsubmenuindent="10"
orientation="Horizontal"
font-names="Arial"
target="_blank"
runat="server">

<staticmenuitemstyle backcolor="#DDDDDD"
forecolor="Red"/>
<statichoverstyle backcolor="#DDDDDD"/>
<dynamicmenuitemstyle backcolor="White"
forecolor="Red"/>
<dynamichoverstyle backcolor="#DDDDDD"
forecolor="Black"/>

<items>
        <asp:menuitem navigateurl="http://dotnet.aspx.cc/" text="首页" tooltip="首页" Value="首页">
                    <asp:menuitem navigateurl="http://dotnet.aspx.cc/ShowList.aspx?id=1" text="ASP.NET 栏目" tooltip="ASP.NET 栏目" Value="ASP.NET 栏目">
                          <asp:menuitem navigateurl="Classical.aspx" text="ASP.NET 最新文章" tooltip="ASP.NET 最新文章" Value="ASP.NET 最新文章"/>
                                    <asp:menuitem navigateurl="Rock.aspx" text="ASP.NET 问与答" tooltip="ASP.NET 问与答" Value="ASP.NET 问与答">
                                    <asp:menuitem navigateurl="Classical.aspx" text="ASP.NET 最新文章" tooltip="ASP.NET 最新文章" Value="ASP.NET 最新文章"/>
                                    <asp:menuitem navigateurl="Classical.aspx" text="ASP.NET 最新文章" tooltip="ASP.NET 最新文章" Value="ASP.NET 最新文章"/>
                                    </asp:menuitem>
                          <asp:menuitem navigateurl="Jazz.aspx" text="Jazz" tooltip="Jazz" Value="Jazz"/>
                    </asp:menuitem>
                    <asp:menuitem navigateurl="Movies.aspx" text="Movies" tooltip="Movies" Value="Movies">
                                        <asp:menuitem navigateurl="Action.aspx" text="Action" tooltip="Action" Value="Action">
                                        <asp:menuitem navigateurl="Drama.aspx" text="Drama" tooltip="Drama" Value="Drama"/>
                                        </asp:menuitem>
                                        <asp:menuitem navigateurl="Drama.aspx" text="Drama" tooltip="Drama" Value="Drama"/>
                                        <asp:menuitem navigateurl="Musical.aspx" text="Musical" tooltip="Musical" Value="Musical"/>
                    </asp:menuitem>
        </asp:menuitem>
</items>
</asp:menu>

posted on 2007-04-21 15:36    阅读(164)  评论(0编辑  收藏  举报