este es el codigo del webform
Código PHP:
<%@ Page Title="" Language="VB" MasterPageFile="~/PSmanager.master" CodeFile="Default.aspx.vb" Inherits="_Default" Theme="Tema1"%>
<asp:Content ID="MainContent" ContentPlaceHolderID="Content" Runat="Server" Visible="true">
<div id="DeskMenu">
<asp:Label ID="Opcion1" runat="server" Text="Label" Width="100px">Escritorio</asp:Label><br />
<asp:Label ID="Label2" runat="server" Text="Label" Width="100px">Contratos</asp:Label><br />
<asp:Label ID="Label3" runat="server" Text="Label" Width="100px">Ventas</asp:Label><br />
<asp:Label ID="Label4" runat="server" Text="Label" Width="100px">Consultas</asp:Label><br />
<asp:Label ID="Label5" runat="server" Text="Label" Width="100px">Configuracion</asp:Label><br />
</div>
</asp:Content>
Código PHP:
#DeskMenu
{
border: 1px solid #C0C0C0;
width: 125px;
height: 300px;
padding: 20px 10px;
}
#Opcion1
{
padding: 50px 30px;
}