Torna al Thread
<%@ Control Language="VB" AutoEventWireup="false" CodeFile="Menus.ascx.vb" Inherits="Menus" %>
<%@ Register Assembly="DevExpress.Web.v8.1, Version=8.1.3.0, Culture=neutral, PublicKeyToken=9b171c9fd64da1d1"
Namespace="DevExpress.Web.ASPxMenu" TagPrefix="dxm" %>
<div style="position:absolute; left:0px; top:0px; width:100%; height:1px; background-color:#d3e4a6; background-image: url(immagini/sfondo_pulsanti.jpg);">
<dxm:aspxmenu id="ASPxMenu1" runat="server" AutoSeparators="RootOnly" CssFilePath="~/App_Themes/PlasticBlue/Web/styles.css" CssPostfix="PlasticBlue" ImageFolder="~/App_Themes/PlasticBlue/{0}/" ItemSpacing="0px" SeparatorHeight="100%" SeparatorWidth="2px" Width="30%">
<SubMenuStyle GutterWidth="0px" />
<SeparatorBackgroundImage ImageUrl="~/App_Themes/PlasticBlue/Web/mSeparator.gif"
VerticalPosition="Top" />
<ItemSubMenuOffset FirstItemY="-1" LastItemY="-1" Y="-1" />
<ItemStyle Font-Size="Smaller" Font-Underline="False" />
</dxm:aspxmenu>
</div>