Ir para conteúdo

POWERED BY:

Arquivado

Este tópico foi arquivado e está fechado para novas respostas.

Thyago Brasil

Incompatibilidade entre browsers

Recommended Posts

Galera,

 

Estou com o seguinte probelma. Tenho um sistema web feito todo em divs e com utilização de css. No sistema, tenho divs auto ajustáveis de acordo com o conteúdo, só que estou tendo problema de incompatibilidade entre os browsers. Alguns estão funcionando corretamente, outros não. É como se tivesse alguma div invisível por exemplo impedindo de o usuário selecionar um dado qualquer. Também esta acontecendo de a div não se ajustar com o conteúdo.

 

Mais abaixo, vou postar algumas imagens pra vcs verem a diferença.

 

Tela que esta com o problema citado acima

Imagem Postada

 

Tela que esta ok

Imagem Postada

 

Vlw galera

Compartilhar este post


Link para o post
Compartilhar em outros sites

Segue abaixo o codigo o CSS

 

.TopoPaginaPrincipal
{
	background-image: url(../images/pagina_04.png);
	width: 735px;
	height: 45px;
}

.ConteudoPaginaPrincipal
{
	background-image: url(../images/home.png);
	background-repeat: no-repeat;
	width: 712px;
	min-height: 350px;
	border-left: solid 2px #fc8e0c;
	border-right: solid 2px #fc8e0c;
	margin-left: 9px;
	vertical-align: top;
}

.ConteudoSubPaginaPrincipal
{
	background-image: url(../images/home.png);
	background-repeat: no-repeat;
	width: 712px;
	min-height: 350px;
	border-left: solid 2px #fc8e0c;
	border-right: solid 2px #fc8e0c;
	margin-left: 9px;
	vertical-align: top;
}

.RodapePaginaPrincipal
{
	background-image: url(../images/pagina_10.png);
	width: 735px;
	height: 32px;
}

#DivPagina
{
	width: 943px; 
	min-height: 571px;
	position:absolute;
	left: 50%;
	margin-left:-460px;
}

#CabecalhoPagina
{
	background-image:url(../images/cabecalho.png);
	width: 943px;
	height: 115px;
}

#FundoPagina
{
	background-color: #FFFFFF;
	width: 939px;
	min-height: 437px;
	border-left: solid 2px #ff8a00;
	border-right: solid 2px #ff8a00;
}

#PaginaPrincipal
{
	background:#FFFFFF;
	color:#991;
	text-align:justify;
	width: 735px;
	min-height: 420px;
	margin-right: 10px;
	margin-left: 203px;
}

#SubPagina
{
	background:#FFFFFF;
	color:#991;
	text-align:justify;
	width: 735px;
	min-height: 420px;
	margin-right: 10px;
	position: relative;	
}

#Menu
{
	position: absolute;
	width:205px;
	float: left;
	background-color:#3b2f8a;
	padding-bottom: 2px;
	padding-top: 2px;
	min-height: 75px;
	top: 117px;
	left: 5px;
}

#RodapePagina
{
	background-image: url(../images/rodape.png);
	width: 943px;
	height: 19px;
}

.tblPagina
{
	width: 97%;
	margin-left: 10px;
	margin-right: 10px;
	position: relative;
	top: 0px;
	left: 0px;
	border: solid 2px #000;
}

* {
  margin: 0;
  padding: 0;
}

Flws

Compartilhar este post


Link para o post
Compartilhar em outros sites

segue código html

 

<div class="ConteudoPaginaPrincipal">
			<asp:ScriptManager ID="ScriptManager1" runat="server"></asp:ScriptManager>
			<asp:UpdatePanel ID="panel_Cadastro" runat="server">
				<ContentTemplate>
					<asp:MultiView ID="MultiView_Cadastro" runat="server" ActiveViewIndex="2">
						<!-- View Cadastro -->
						<asp:View ID="View_Cadastro" runat="server">
							<div class="tblPagina">
								<%--SEPARA LINHA--%>
								<div class="seplinhasTbl"></div>
								
								<%--LINHA 1--%>
								<div class="linhasTbl">
									<div class="colunaLable">
										<asp:Label ID="lbl_Codigo" runat="server" Text="Código:"></asp:Label>
									</div>
									<div class="colunaTexto">
										<asp:TextBox ID="txt_Codigo" runat="server" CssClass="cx_texto" MaxLength="14" ValidationGroup="salvar" Width="100px" Enabled="False"></asp:TextBox>
										<asp:TextBox ID="txt_Userid" runat="server" CssClass="cx_texto" MaxLength="14" ValidationGroup="salvar" Width="100px" Enabled="False" Visible="False"></asp:TextBox>
									</div>
								</div>
								
								<%--SEPARA LINHA--%>
								<div class="seplinhasTbl"></div>
								
								<%--LINHA 2--%>
								<div class="linhasTbl">
									<div class="colunaLable">
										<asp:Label ID="lbl_Usuario" runat="server" Text="Usuário:"></asp:Label>
									</div>
									<div class="colunaTexto">
										<asp:TextBox ID="txt_Usuario" runat="server" CssClass="cx_texto" MaxLength="14" Width="420px" ValidationGroup="salvar"></asp:TextBox>
										<cc1:FilteredTextBoxExtender ID="txt_Usuario_FilteredTextBoxExtender" runat="server" Enabled="True" TargetControlID="txt_Usuario" FilterMode="InvalidChars" InvalidChars="'"></cc1:FilteredTextBoxExtender>
										 <asp:RequiredFieldValidator ID="validador_Usuario" runat="server" ControlToValidate="txt_Usuario" Display="None" ErrorMessage="Por favor, informe o usuário" SetFocusOnError="True" ValidationGroup="salvar"></asp:RequiredFieldValidator>
										<cc1:ValidatorCalloutExtender ID="RequiredFieldValidator2_Validator_Usuario" runat="server" Enabled="True" TargetControlID="validador_Usuario" Width="200px"></cc1:ValidatorCalloutExtender>
									</div>
								</div>
								
								<%--SEPARA LINHA--%>
								<div class="seplinhasTbl"></div>
								
								<%--LINHA 3--%>
								<div class="linhasTbl">
									<div class="colunaLable">
										<asp:Label ID="lbl_Nome" runat="server" Text="Nome:"></asp:Label>
									</div>
									<div class="colunaTexto">
										<asp:TextBox ID="txt_Nome" runat="server" CssClass="cx_texto" MaxLength="50" Width="420px" ValidationGroup="salvar"></asp:TextBox>
										<cc1:FilteredTextBoxExtender ID="txt_Nome_FilteredTextBoxExtender" runat="server" Enabled="True" TargetControlID="txt_Nome" ValidChars="abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ"></cc1:FilteredTextBoxExtender>
										 <asp:RequiredFieldValidator ID="RequiredFieldValidator_Nome" runat="server" ControlToValidate="txt_Nome" Display="None" ErrorMessage="Por favor, informe o nome" SetFocusOnError="True" ValidationGroup="salvar"></asp:RequiredFieldValidator>
										<cc1:ValidatorCalloutExtender ID="validador_Nome" runat="server" Enabled="True" TargetControlID="RequiredFieldValidator_Nome" Width="200px"></cc1:ValidatorCalloutExtender>
									</div>
								</div>
								
								<%--SEPARA LINHA--%>
								<div class="seplinhasTbl"></div>
								
								<%--LINHA 4--%>
								<div class="linhasTbl">
									<div class="colunaLable">
										<asp:Label ID="lbl_Email" runat="server" Text="Email:"></asp:Label>
									</div>
									<div class="colunaTexto">
										<asp:TextBox ID="txt_Email" runat="server" CssClass="cx_email" MaxLength="50" Width="420px" ValidationGroup="salvar"></asp:TextBox>
											<asp:CustomValidator ID="validador_Email" runat="server" ErrorMessage="Email inválido!" ControlToValidate="txt_Email" OnServerValidate="ValidateEmail" Display="None" ValidationGroup="salvar"></asp:CustomValidator>												
											<cc1:ValidatorCalloutExtender ID="validador_Email_ValidatorCalloutExtender" runat="server" Enabled="True" TargetControlID="validador_Email" Width="200px"></cc1:ValidatorCalloutExtender>
											<asp:RequiredFieldValidator ID="RequiredFieldValidator_Email" runat="server" ControlToValidate="txt_Email" Display="None" ErrorMessage="Por favor, informe o email" SetFocusOnError="True" ValidationGroup="salvar"></asp:RequiredFieldValidator>
											<cc1:ValidatorCalloutExtender ID="RequiredFieldValidator_Email_ValidatorCalloutExtender" runat="server" Enabled="True" TargetControlID="RequiredFieldValidator_Email" Width="200px"></cc1:ValidatorCalloutExtender>
									</div>
								</div>
								
								<%--SEPARA LINHA--%>
								<div class="seplinhasTbl"></div>
								
								<%--LINHA 5--%>
								<div class="linhasTbl">
									<div class="colunaBtn">
										<asp:ImageButton ID="btn_Salvar" runat="server" ImageUrl="images/btn_salvar.png" onclick="btn_Salvar_Click" style="height: 26px" ValidationGroup="salvar" />
										 <asp:ImageButton ID="btn_VoltarCadastro" runat="server" ImageUrl="~/images/btn_voltar.png" ValidationGroup="pesquisar" onclick="btn_VoltarCadastro_Click" />
									</div>
								</div>
								
								<%--SEPARA LINHA--%>
								<div class="seplinhasTbl"></div>
								
								<%--LINHA 6--%>
								<div class="linhasTbl">
									<div class="colunaBtn">
										<asp:Label ID="lbl_Erro" runat="server" Font-Bold="True" Font-Names="Arial" Text=""></asp:Label>													
									</div>
								</div>
							</div>
						</asp:View>
						<!-- View Confirma Cadastro -->
						<asp:View ID="View_Confirma" runat="server">
							<div class="tblPagina">
								<%--SEPARA LINHA--%>
								<div class="seplinhasTbl"></div>
								
								<%--LINHA 1--%>
								<div class="linhasTbl">
									<div class="colunaBtn">
										<asp:Label ID="lbl_confirma" runat="server" Font-Bold="True" Font-Names="Arial" Font-Size="Large" Text=""></asp:Label>
									</div>
								</div>
								
								<%--SEPARA LINHA--%>
								<div class="seplinhasTbl"></div>
								
								<%--LINHA 2--%>
								<div class="linhasTbl">
									<div class="colunaBtn">
										<asp:ImageButton ID="btn_VoltarAlteracao" runat="server" ImageUrl="~/images/btn_voltar.png" onclick="btn_VoltarCadastro_Click"/>
									</div>
								</div>
							</div>
						</asp:View>
						<!-- View Pesquisa Cadastro --> 
						<asp:View ID="View_Pesquisa" runat="server">
							<%--<div class="topo_pesquisa"></div>
							<div class="esquerda_linhas"></div>
							<div class="esquerda_pesquisa"></div>--%>
							<div class="borda_pesquisa">
								<div class="tblPagina">
									<%--SEPARA LINHA--%>
									<div class="seplinhasTbl"></div>
									
									<%--LINHA 1--%>
									<div class="linhasTbl">
										<div class="colunaLable">
											<asp:Label ID="lbl_Chave" runat="server" Text="Chave:"></asp:Label>
										</div>
										<div class="colunaTexto">
											<asp:DropDownList ID="cmb_Tipo" runat="server" style="margin-left: 0px"></asp:DropDownList>	
										</div>
									</div>
									
									<%--SEPARA LINHA--%>
									<div class="seplinhasTbl"></div>
									
									<%--LINHA 2--%>
									<div class="linhasTbl">
										<div class="colunaLable">
											<asp:Label ID="lbl_Desc" runat="server" Text="Descrição:"></asp:Label>
										</div>
										<div class="colunaTexto">
											<asp:TextBox ID="txt_Pesquisa" runat="server" CssClass="cx_texto" style="width:331px"></asp:TextBox>
											 <asp:ImageButton ID="btn_Pesquisar" runat="server" ImageUrl="images/btn_lupa.png" Height="20px" Width="20px" onclick="btn_Pesquisar_Click"/>
										</div>
									</div>
									
									<%--SEPARA LINHA--%>
									<div class="seplinhasTbl"></div>
									
									<%--LINHA 3--%>
									<div class="linhasTbl">
										<div class="colunaLable"></div>
										<div class="colunaTexto">
											<asp:RadioButtonList ID="radio_Filtro" runat="server" Height="19px" RepeatDirection="Horizontal" Width="447px">												
												<asp:ListItem Selected="True">Palavra</asp:ListItem>
												<asp:ListItem>Frase Exata</asp:ListItem>
												<asp:ListItem>Começar com</asp:ListItem>
												<asp:ListItem>Terminar com</asp:ListItem>
											</asp:RadioButtonList>
										</div>
									</div>
								</div>
							</div>
							<%--<div class="direita_linhas"></div>
							<div class="direita_pesquisa"></div>
							<div class="rodape_pesquisa"></div>
							<div class="topo_linhas"></div>--%>
							<div class="borda_linhas">
								<div class="tblPagina">
									<%--SEPARA LINHA--%>
									<div class="seplinhasTbl"></div>
									
									<%--LINHA 1--%>
									<div class="linhasTbl">
										<div class="colunaBtn">
											<asp:GridView ID="grid_Pesquisa" runat="server" CssClass="tblGrid" AutoGenerateColumns="true" AutoGenerateSelectButton="False" AllowPaging="true" OnRowDataBound="RowDataBound">
												<RowStyle CssClass="rowGrid" />																	
												<AlternatingRowStyle CssClass="rowGridAlt" />
												<HeaderStyle CssClass="headerGrid" />
												<PagerSettings Mode="NumericFirstLast" PageButtonCount="7" FirstPageText="«" LastPageText="»"  />
												<Columns>
													<asp:TemplateField ControlStyle-Width="50px" HeaderStyle-Width="60px" HeaderText="Selecione">
														<ItemTemplate>
															<asp:ImageButton ID="btn_Selecionar" runat="server" Height="20px" ImageUrl="~/images/btn_select.png" Width="66px" OnClick="btn_Selecionar_Click"/>
														</ItemTemplate>
													</asp:TemplateField>
												</Columns>
												<EmptyDataTemplate> Nenhum registro encontrado! </EmptyDataTemplate>
											</asp:GridView>																 
											<mycontrols:GridViewControlExtender ID="grid_PesquisaExtender" runat="server" TargetControlID="grid_Pesquisa" RowHoverCssClass="row-over" RowSelectCssClass="row-selected"/>	
										</div>
									</div>
								</div>
							</div>
							<%--<div class="rodape_linhas"></div>--%>
							<div class="borda_botoes">
								<div class="tblPagina">
									<%--SEPARA LINHA--%>
									<div class="seplinhasTbl"></div>
									
									<%--LINHA 1--%>
									<div class="linhasTbl">
										<div class="colunaBtn">
											<asp:ImageButton ID="btn_Incluir" runat="server" ImageUrl="~/images/btn_incluir.png" style="width: 86px;" onclick="btn_Incluir_Click"/>
											 <asp:ImageButton ID="btn_VoltarPesquisa" runat="server" ImageUrl="~/images/btn_voltar.png" PostBackUrl="~/Default.aspx"/>
										</div>
									</div>
								</div>
							</div>
						</asp:View>																								   
					</asp:MultiView>
				</ContentTemplate>
			</asp:UpdatePanel>
		</div>
		<div class="RodapePaginaPrincipal"></div>

Compartilhar este post


Link para o post
Compartilhar em outros sites

Coloque o HTML gerado e o CSS.

 

Só ir em Exibir » Código Fonte.

 

http://forum.imasters.com.br/public/style_emoticons/default/thumbsup.gif

Segue o html gerado e o css.

 

=> HTML

 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
 
<html xmlns="http://www.w3.org/1999/xhtml" > 
<head id="Head1"><title> 
	:: Título ::
</title> 
	<script type="text/javascript" src="js/CarDiv.js"></script> 
	<script type="text/javascript" src="js/EnterTab.js"></script> 
	<link rel="stylesheet" type="text/css" href="css/pagina.css" /><link rel="stylesheet" type="text/css" href="css/geral.css" /><style type="text/css"> 
	.TreeView1_0 { color:White;font-weight:bold;text-decoration:none; }
	.TreeView1_1 { color:White;font-family:Arial;font-size:8pt; }
	.TreeView1_2 { padding:0px 0px 0px 0px; }
	.TreeView1_3 { color:White;font-family:Arial;font-size:8pt; }
	.TreeView1_4 {  }
	.TreeView1_5 { color:White;font-family:Arial;font-size:8pt;font-weight:normal; }
	.TreeView1_6 {  }
	.TreeView1_7 { color:White;font-family:Arial;font-size:8pt; }
	.TreeView1_8 {  }
	.TreeView1_9 { color:White;font-family:Arial;font-size:8pt;text-decoration:underline; }
	.TreeView1_10 { padding:0px 0px 0px 0px; }
	.TreeView1_11 { color:White;font-family:Arial;font-size:8pt;text-decoration:underline; }
	.TreeView1_12 { color:White;font-family:Arial;font-size:8pt;text-decoration:underline; }
 
</style></head> 
<body> 
	<form name="form1" method="post" action="Default.aspx" id="form1"> 
<div> 
<input type="hidden" name="TreeView1_ExpandState" id="TreeView1_ExpandState" value="cnnncnncnnnnnnnnnn" /> 
<input type="hidden" name="TreeView1_SelectedNode" id="TreeView1_SelectedNode" value="" /> 
<input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="" /> 
<input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="" /> 
<input type="hidden" name="TreeView1_PopulateLog" id="TreeView1_PopulateLog" value="" /> 
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUKMTc4ODk4MjQ5MQ9kFgICAw9kFgQCBQ88KwAJAgAPFgYeCUxhc3RJbmRleAISHgxTZWxlY3RlZ
E5vZGVkHg1OZXZlckV4cGFuZGVkZGQIFCsABmQUKwACZBQrAARkFCsAAhYCHghFeHBhbmRlZGdkFCsAAh
YCHwNnZBQrAAIWAh8DZ2QUKwACZBQrAANkFCsAAhYCHwNnZBQrAAIWAh8DZ2QUKwACZBQrAAlkFCsAAhY
CHwNnZBQrAAIWAh8DZ2QUKwACFgIfA2dkFCsAAhYCHwNnZBQrAAIWAh8DZ2QUKwACFgIfA2dkFCsAAhYC
HwNnZBQrAAIWAh8DZ2QUKwACFgIfA2dkFCsAAhYCHwNnZGQCBw8PFgIeBFRleHQFR1RvZG9zIG9zIGRpc
mVpdG9zIHJlc2VydmFkb3Mgw6AgU0lNUExJU1MgU0lTVEVNQVMgREUgSU5GT1JNQcOHw4NPIExUREEuZG
QYAQUeX19Db250cm9sc1JlcXVpcmVQb3N0QmFja0tleV9fFgEFCVRyZWVWaWV3MTzk9QrbrzfcNu+1rh3
UdeEfRkma" /> 
</div> 
 
<script type="text/javascript"> 
//<![CDATA[
var theForm = document.forms['form1'];
if (!theForm) {
	theForm = document.form1;
}
function __doPostBack(eventTarget, eventArgument) {
	if (!theForm.onsubmit || (theForm.onsubmit() != false)) {
		theForm.__EVENTTARGET.value = eventTarget;
		theForm.__EVENTARGUMENT.value = eventArgument;
		theForm.submit();
	}
}
//]]>
</script> 
 
 
<script src="/WebResource.axd?d=DNad-t5AWY4GmZG_Umfzxg2&t=633778174276718750" type="text/javascript"></script> 
 
 
<script src="/ScriptResource.axd?d=vgVhk3mJNDdDmPrWoySvqtbUgo4J021mnlaCYTqCSH3g8wmBXZGXhj6oszM1F8kfq0GoR6OKcFqKxJ
ZyEhUggg2&t=48e1c4df" type="text/javascript"></script> 
<script type="text/javascript"> 
//<![CDATA[
 
	function TreeView_PopulateNodeDoCallBack(context,param) {
		WebForm_DoCallback(context.data.treeViewID,param,TreeView_ProcessNodeData,context,TreeView_Proc
essNodeData,false);
	}
var TreeView1_Data = null;//]]>
</script> 
 
<script src="/ScriptResource.axd?d=nLB9ZbeGLFXCk1ANwDlad32l-IICgTAPJ5nFfJWcvmDPGZ0tLhse23Qu5hQD2or9cKS-N2PKyHNWoBCopn0jjGvx9sl3XWBkMaVenUCrC5E1&t=5276be15" type="text/javascript"></script> 
<script src="/ScriptResource.axd?d=nLB9ZbeGLFXCk1ANwDlad32l-IICgTAPJ5nFfJWcvmDPGZ0tLhse23Qu5hQD2or9oiHONiFY84_LqRCl2Uy0QOLoBFzHv5zBldNUk8Hev
Ws1&t=5276be15" type="text/javascript"></script> 
<div> 
 
	<input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" value="/wEWCgL65+PzDgK+pPy3CwL0hpZGApGg6doNAtj8k6YGApKtkvoFAr+TuL4EAtSEm/MJAv6/5aADAvu+6/MBY3C6Ioaic6BAcF2PHS+xjveHgyQ=" /> 
</div> 
	<div id="tudo"> 
		<div id="conteudo"> 
			<div id="topo"> 
				<div class="DivUser"> 
					<span id="lbl_User" style="color:#3B2F8A;"></span> 
				</div> 
				<script type="text/javascript"> 
//<![CDATA[
Sys.WebForms.PageRequestManager._initialize('ScriptManager1', document.getElementById('form1'));
Sys.WebForms.PageRequestManager.getInstance()._updateControls([], [], [], 90);
//]]>
</script> 
 
			</div> 
			<div id="auxiliar"> 
				<div id="topoMenu"> 
					<h1>:: Menu ::</h1> 
				</div> 
				<div id="Menu"> 
					<a href="#TreeView1_SkipLink"><img alt="Pular Links de Navegação." src="/WebResource.axd?d=WbsNbfmoxeFzwJrIX2_PwQ2&t=633778174276718750" width="0" height="0" style="border-width:0px;" /></a><div id="TreeView1" style="color:White;font-weight:bold;width:198px;"> 
	<table cellpadding="0" cellspacing="0" style="border-width:0;"> 
		<tr> 
			<td><a id="TreeView1n0" href="java script:TreeView_ToggleNode(TreeView1_Data,0,document.getElementById('TreeView1n0'),' ',document.getElementById('TreeView1n0Nodes'))"><img src="/WebResource.axd?d=tQCaxO_ImsEib6b5gjHv5VzJOGbMsBjBpF3nEtGYq1E1&t=633778174276718750" alt="Expandir Cadastros" style="border-width:0;" /></a></td><td><a href="java script:TreeView_ToggleNode(TreeView1_Data,0,document.getElementById('TreeView1n0'),' ',document.getElementById('TreeView1n0Nodes'))" id="TreeView1t0i" tabindex="-1"><img src="/WebResource.axd?d=eH4rpoDRM6-4VCPqmp0LMlSj_bLLrvG7M2EdZzVMqy41&t=633778174276718750" alt="" style="border-width:0;" /></a></td><td class="TreeView1_2 TreeView1_4" onmouseover="TreeView_HoverNode(TreeView1_Data, this)" onmouseout="TreeView_UnhoverNode(this)"><a class="TreeView1_0 TreeView1_1 TreeView1_3" href="java script:TreeView_ToggleNode(TreeView1_Data,0,document.getElementById('TreeView1n0'),' ',document.getElementById('TreeView1n0Nodes'))" id="TreeView1t0">Cadastros</a></td> 
		</tr><tr style="height:0px;"> 
			<td></td> 
		</tr> 
	</table><div id="TreeView1n0Nodes" style="display:none;"> 
		<table cellpadding="0" cellspacing="0" style="border-width:0;"> 
			<tr style="height:0px;"> 
				<td></td> 
			</tr><tr> 
				<td><div style="width:10px;height:1px"></div></td><td><img src="/WebResource.axd?d=tQCaxO_ImsEib6b5gjHv5QnVCulLJlbMGthNXZ8aRso1&t=633778174276718750" alt="" /></td><td><a href="java script:AbrePagina('cadastra_usuario.aspx');" id="TreeView1t1i" tabindex="-1"><img src="/WebResource.axd?d=eH4rpoDRM6-4VCPqmp0LMl6mTRtjGFWD-pmQOq6OYGU1&t=633778174276718750" alt="" style="border-width:0;" /></a></td><td class="TreeView1_2 TreeView1_8" onmouseover="TreeView_HoverNode(TreeView1_Data, this)" onmouseout="TreeView_UnhoverNode(this)"><a class="TreeView1_0 TreeView1_1 TreeView1_7" href="java script:AbrePagina('cadastra_usuario.aspx');" id="TreeView1t1">Usuário</a></td> 
			</tr><tr style="height:0px;"> 
				<td></td> 
			</tr> 
		</table><table cellpadding="0" cellspacing="0" style="border-width:0;"> 
			<tr style="height:0px;"> 
				<td></td> 
			</tr><tr> 
				<td><div style="width:10px;height:1px"></div></td><td><img src="/WebResource.axd?d=tQCaxO_ImsEib6b5gjHv5QnVCulLJlbMGthNXZ8aRso1&t=633778174276718750" alt="" /></td><td><a href="java script:AbrePagina('cadastra_contador.aspx');" id="TreeView1t2i" tabindex="-1"><img src="/WebResource.axd?d=eH4rpoDRM6-4VCPqmp0LMl6mTRtjGFWD-pmQOq6OYGU1&t=633778174276718750" alt="" style="border-width:0;" /></a></td><td class="TreeView1_2 TreeView1_8" onmouseover="TreeView_HoverNode(TreeView1_Data, this)" onmouseout="TreeView_UnhoverNode(this)"><a class="TreeView1_0 TreeView1_1 TreeView1_7" href="java script:AbrePagina('cadastra_contador.aspx');" id="TreeView1t2">Contador</a></td> 
			</tr><tr style="height:0px;"> 
				<td></td> 
			</tr> 
		</table><table cellpadding="0" cellspacing="0" style="border-width:0;"> 
			<tr style="height:0px;"> 
				<td></td> 
			</tr><tr> 
				<td><div style="width:10px;height:1px"></div></td><td><img src="/WebResource.axd?d=tQCaxO_ImsEib6b5gjHv5QnVCulLJlbMGthNXZ8aRso1&t=633778174276718750" alt="" /></td><td><a href="java script:AbrePagina('cadastra_contribuinte.aspx');" id="TreeView1t3i" tabindex="-1"><img src="/WebResource.axd?d=eH4rpoDRM6-4VCPqmp0LMl6mTRtjGFWD-pmQOq6OYGU1&t=633778174276718750" alt="" style="border-width:0;" /></a></td><td class="TreeView1_2 TreeView1_8" onmouseover="TreeView_HoverNode(TreeView1_Data, this)" onmouseout="TreeView_UnhoverNode(this)"><a class="TreeView1_0 TreeView1_1 TreeView1_7" href="java script:AbrePagina('cadastra_contribuinte.aspx');" id="TreeView1t3">Contribuinte</a></td> 
			</tr><tr style="height:0px;"> 
				<td></td> 
			</tr> 
		</table> 
	</div><table cellpadding="0" cellspacing="0" style="border-width:0;"> 
		<tr style="height:0px;"> 
			<td></td> 
		</tr><tr> 
			<td><a id="TreeView1n4" href="java script:TreeView_ToggleNode(TreeView1_Data,4,document.getElementById('TreeView1n4'),' ',document.getElementById('TreeView1n4Nodes'))"><img src="/WebResource.axd?d=tQCaxO_ImsEib6b5gjHv5VzJOGbMsBjBpF3nEtGYq1E1&t=633778174276718750" alt="Expandir Parâmetros" style="border-width:0;" /></a></td><td><a href="java script:TreeView_ToggleNode(TreeView1_Data,4,document.getElementById('TreeView1n4'),' ',document.getElementById('TreeView1n4Nodes'))" id="TreeView1t4i" tabindex="-1"><img src="/WebResource.axd?d=eH4rpoDRM6-4VCPqmp0LMlSj_bLLrvG7M2EdZzVMqy41&t=633778174276718750" alt="" style="border-width:0;" /></a></td><td class="TreeView1_2 TreeView1_4" onmouseover="TreeView_HoverNode(TreeView1_Data, this)" onmouseout="TreeView_UnhoverNode(this)"><a class="TreeView1_0 TreeView1_1 TreeView1_3" href="java script:TreeView_ToggleNode(TreeView1_Data,4,document.getElementById('TreeView1n4'),' ',document.getElementById('TreeView1n4Nodes'))" id="TreeView1t4">Parâmetros</a></td> 
		</tr><tr style="height:0px;"> 
			<td></td> 
		</tr> 
	</table><div id="TreeView1n4Nodes" style="display:none;"> 
		<table cellpadding="0" cellspacing="0" style="border-width:0;"> 
			<tr style="height:0px;"> 
				<td></td> 
			</tr><tr> 
				<td><div style="width:10px;height:1px"></div></td><td><img src="/WebResource.axd?d=tQCaxO_ImsEib6b5gjHv5QnVCulLJlbMGthNXZ8aRso1&t=633778174276718750" alt="" /></td><td><a href="java script:AbrePagina('cfop.aspx');" id="TreeView1t5i" tabindex="-1"><img src="/WebResource.axd?d=eH4rpoDRM6-4VCPqmp0LMl6mTRtjGFWD-pmQOq6OYGU1&t=633778174276718750" alt="" style="border-width:0;" /></a></td><td class="TreeView1_2 TreeView1_8" onmouseover="TreeView_HoverNode(TreeView1_Data, this)" onmouseout="TreeView_UnhoverNode(this)"><a class="TreeView1_0 TreeView1_1 TreeView1_7" href="java script:AbrePagina('cfop.aspx');" id="TreeView1t5">CFOP</a></td> 
			</tr><tr style="height:0px;"> 
				<td></td> 
			</tr> 
		</table><table cellpadding="0" cellspacing="0" style="border-width:0;"> 
			<tr style="height:0px;"> 
				<td></td> 
			</tr><tr> 
				<td><div style="width:10px;height:1px"></div></td><td><img src="/WebResource.axd?d=tQCaxO_ImsEib6b5gjHv5QnVCulLJlbMGthNXZ8aRso1&t=633778174276718750" alt="" /></td><td><a href="java script:AbrePagina('municipios.aspx');" id="TreeView1t6i" tabindex="-1"><img src="/WebResource.axd?d=eH4rpoDRM6-4VCPqmp0LMl6mTRtjGFWD-pmQOq6OYGU1&t=633778174276718750" alt="" style="border-width:0;" /></a></td><td class="TreeView1_2 TreeView1_8" onmouseover="TreeView_HoverNode(TreeView1_Data, this)" onmouseout="TreeView_UnhoverNode(this)"><a class="TreeView1_0 TreeView1_1 TreeView1_7" href="java script:AbrePagina('municipios.aspx');" id="TreeView1t6">Municípios</a></td> 
			</tr><tr style="height:0px;"> 
				<td></td> 
			</tr> 
		</table> 
	</div><table cellpadding="0" cellspacing="0" style="border-width:0;"> 
		<tr style="height:0px;"> 
			<td></td> 
		</tr><tr> 
			<td><a id="TreeView1n7" href="java script:TreeView_ToggleNode(TreeView1_Data,7,document.getElementById('TreeView1n7'),' ',document.getElementById('TreeView1n7Nodes'))"><img src="/WebResource.axd?d=tQCaxO_ImsEib6b5gjHv5VzJOGbMsBjBpF3nEtGYq1E1&t=633778174276718750" alt="Expandir Relatórios" style="border-width:0;" /></a></td><td><a href="java script:TreeView_ToggleNode(TreeView1_Data,7,document.getElementById('TreeView1n7'),' ',document.getElementById('TreeView1n7Nodes'))" id="TreeView1t7i" tabindex="-1"><img src="/WebResource.axd?d=eH4rpoDRM6-4VCPqmp0LMlSj_bLLrvG7M2EdZzVMqy41&t=633778174276718750" alt="" style="border-width:0;" /></a></td><td class="TreeView1_2 TreeView1_4" onmouseover="TreeView_HoverNode(TreeView1_Data, this)" onmouseout="TreeView_UnhoverNode(this)"><a class="TreeView1_0 TreeView1_1 TreeView1_3" href="java script:TreeView_ToggleNode(TreeView1_Data,7,document.getElementById('TreeView1n7'),' ',document.getElementById('TreeView1n7Nodes'))" id="TreeView1t7">Relatórios</a></td> 
		</tr><tr style="height:0px;"> 
			<td></td> 
		</tr> 
	</table><div id="TreeView1n7Nodes" style="display:none;"> 
		<table cellpadding="0" cellspacing="0" style="border-width:0;"> 
			<tr style="height:0px;"> 
				<td></td> 
			</tr><tr> 
				<td><div style="width:10px;height:1px"></div></td><td><img src="/WebResource.axd?d=tQCaxO_ImsEib6b5gjHv5QnVCulLJlbMGthNXZ8aRso1&t=633778174276718750" alt="" /></td><td><a href="java script:__doPostBack('TreeView1','sRelatórios\\Resumo - Valor Adicionado')" onclick="TreeView_SelectNode(TreeView1_Data, this,'TreeView1t8');" id="TreeView1t8i" tabindex="-1"><img src="/WebResource.axd?d=eH4rpoDRM6-4VCPqmp0LMl6mTRtjGFWD-pmQOq6OYGU1&t=633778174276718750" alt="" style="border-width:0;" /></a></td><td class="TreeView1_2 TreeView1_8" onmouseover="TreeView_HoverNode(TreeView1_Data, this)" onmouseout="TreeView_UnhoverNode(this)"><a class="TreeView1_0 TreeView1_1 TreeView1_7" href="java script:__doPostBack('TreeView1','sRelatórios\\Resumo - Valor Adicionado')" onclick="TreeView_SelectNode(TreeView1_Data, this,'TreeView1t8');" id="TreeView1t8">Resumo - Valor Adicionado</a></td> 
			</tr><tr style="height:0px;"> 
				<td></td> 
			</tr> 
		</table><table cellpadding="0" cellspacing="0" style="border-width:0;"> 
			<tr style="height:0px;"> 
				<td></td> 
			</tr><tr> 
				<td><div style="width:10px;height:1px"></div></td><td><img src="/WebResource.axd?d=tQCaxO_ImsEib6b5gjHv5QnVCulLJlbMGthNXZ8aRso1&t=633778174276718750" alt="" /></td><td><a href="java script:__doPostBack('TreeView1','sRelatórios\\Vendas para Entrega Futura')" onclick="TreeView_SelectNode(TreeView1_Data, this,'TreeView1t9');" id="TreeView1t9i" tabindex="-1"><img src="/WebResource.axd?d=eH4rpoDRM6-4VCPqmp0LMl6mTRtjGFWD-pmQOq6OYGU1&t=633778174276718750" alt="" style="border-width:0;" /></a></td><td class="TreeView1_2 TreeView1_8" onmouseover="TreeView_HoverNode(TreeView1_Data, this)" onmouseout="TreeView_UnhoverNode(this)"><a class="TreeView1_0 TreeView1_1 TreeView1_7" href="java script:__doPostBack('TreeView1','sRelatórios\\Vendas para Entrega Futura')" onclick="TreeView_SelectNode(TreeView1_Data, this,'TreeView1t9');" id="TreeView1t9">Vendas para Entrega Futura</a></td> 
			</tr><tr style="height:0px;"> 
				<td></td> 
			</tr> 
		</table><table cellpadding="0" cellspacing="0" style="border-width:0;"> 
			<tr style="height:0px;"> 
				<td></td> 
			</tr><tr> 
				<td><div style="width:10px;height:1px"></div></td><td><img src="/WebResource.axd?d=tQCaxO_ImsEib6b5gjHv5QnVCulLJlbMGthNXZ8aRso1&t=633778174276718750" alt="" /></td><td><a href="java script:__doPostBack('TreeView1','sRelatórios\\Transferência para Depósito Fechado')" onclick="TreeView_SelectNode(TreeView1_Data, this,'TreeView1t10');" id="TreeView1t10i" tabindex="-1"><img src="/WebResource.axd?d=eH4rpoDRM6-4VCPqmp0LMl6mTRtjGFWD-pmQOq6OYGU1&t=633778174276718750" alt="" style="border-width:0;" /></a></td><td class="TreeView1_2 TreeView1_8" onmouseover="TreeView_HoverNode(TreeView1_Data, this)" onmouseout="TreeView_UnhoverNode(this)"><a class="TreeView1_0 TreeView1_1 TreeView1_7" href="java script:__doPostBack('TreeView1','sRelatórios\\Transferência para Depósito Fechado')" onclick="TreeView_SelectNode(TreeView1_Data, this,'TreeView1t10');" id="TreeView1t10">Transferência para Depósito Fechado</a></td> 
			</tr><tr style="height:0px;"> 
				<td></td> 
			</tr> 
		</table><table cellpadding="0" cellspacing="0" style="border-width:0;"> 
			<tr style="height:0px;"> 
				<td></td> 
			</tr><tr> 
				<td><div style="width:10px;height:1px"></div></td><td><img src="/WebResource.axd?d=tQCaxO_ImsEib6b5gjHv5QnVCulLJlbMGthNXZ8aRso1&t=633778174276718750" alt="" /></td><td><a href="java script:__doPostBack('TreeView1','sRelatórios\\Retorno de Mercadoria do Depósito Fechado')" onclick="TreeView_SelectNode(TreeView1_Data, this,'TreeView1t11');" id="TreeView1t11i" tabindex="-1"><img src="/WebResource.axd?d=eH4rpoDRM6-4VCPqmp0LMl6mTRtjGFWD-pmQOq6OYGU1&t=633778174276718750" alt="" style="border-width:0;" /></a></td><td class="TreeView1_2 TreeView1_8" onmouseover="TreeView_HoverNode(TreeView1_Data, this)" onmouseout="TreeView_UnhoverNode(this)"><a class="TreeView1_0 TreeView1_1 TreeView1_7" href="java script:__doPostBack('TreeView1','sRelatórios\\Retorno de Mercadoria do Depósito Fechado')" onclick="TreeView_SelectNode(TreeView1_Data, this,'TreeView1t11');" id="TreeView1t11">Retorno de Mercadoria do Depósito Fechado</a></td> 
			</tr><tr style="height:0px;"> 
				<td></td> 
			</tr> 
		</table><table cellpadding="0" cellspacing="0" style="border-width:0;"> 
			<tr style="height:0px;"> 
				<td></td> 
			</tr><tr> 
				<td><div style="width:10px;height:1px"></div></td><td><img src="/WebResource.axd?d=tQCaxO_ImsEib6b5gjHv5QnVCulLJlbMGthNXZ8aRso1&t=633778174276718750" alt="" /></td><td><a href="java script:__doPostBack('TreeView1','sRelatórios\\Exportação de Mercadorias')" onclick="TreeView_SelectNode(TreeView1_Data, this,'TreeView1t12');" id="TreeView1t12i" tabindex="-1"><img src="/WebResource.axd?d=eH4rpoDRM6-4VCPqmp0LMl6mTRtjGFWD-pmQOq6OYGU1&t=633778174276718750" alt="" style="border-width:0;" /></a></td><td class="TreeView1_2 TreeView1_8" onmouseover="TreeView_HoverNode(TreeView1_Data, this)" onmouseout="TreeView_UnhoverNode(this)"><a class="TreeView1_0 TreeView1_1 TreeView1_7" href="java script:__doPostBack('TreeView1','sRelatórios\\Exportação de Mercadorias')" onclick="TreeView_SelectNode(TreeView1_Data, this,'TreeView1t12');" id="TreeView1t12">Exportação de Mercadorias</a></td> 
			</tr><tr style="height:0px;"> 
				<td></td> 
			</tr> 
		</table><table cellpadding="0" cellspacing="0" style="border-width:0;"> 
			<tr style="height:0px;"> 
				<td></td> 
			</tr><tr> 
				<td><div style="width:10px;height:1px"></div></td><td><img src="/WebResource.axd?d=tQCaxO_ImsEib6b5gjHv5QnVCulLJlbMGthNXZ8aRso1&t=633778174276718750" alt="" /></td><td><a href="java script:__doPostBack('TreeView1','sRelatórios\\Total de Compras do Município')" onclick="TreeView_SelectNode(TreeView1_Data, this,'TreeView1t13');" id="TreeView1t13i" tabindex="-1"><img src="/WebResource.axd?d=eH4rpoDRM6-4VCPqmp0LMl6mTRtjGFWD-pmQOq6OYGU1&t=633778174276718750" alt="" style="border-width:0;" /></a></td><td class="TreeView1_2 TreeView1_8" onmouseover="TreeView_HoverNode(TreeView1_Data, this)" onmouseout="TreeView_UnhoverNode(this)"><a class="TreeView1_0 TreeView1_1 TreeView1_7" href="java script:__doPostBack('TreeView1','sRelatórios\\Total de Compras do Município')" onclick="TreeView_SelectNode(TreeView1_Data, this,'TreeView1t13');" id="TreeView1t13">Total de Compras do Município</a></td> 
			</tr><tr style="height:0px;"> 
				<td></td> 
			</tr> 
		</table><table cellpadding="0" cellspacing="0" style="border-width:0;"> 
			<tr style="height:0px;"> 
				<td></td> 
			</tr><tr> 
				<td><div style="width:10px;height:1px"></div></td><td><img src="/WebResource.axd?d=tQCaxO_ImsEib6b5gjHv5QnVCulLJlbMGthNXZ8aRso1&t=633778174276718750" alt="" /></td><td><a href="java script:__doPostBack('TreeView1','sRelatórios\\Total de Vendas do Município')" onclick="TreeView_SelectNode(TreeView1_Data, this,'TreeView1t14');" id="TreeView1t14i" tabindex="-1"><img src="/WebResource.axd?d=eH4rpoDRM6-4VCPqmp0LMl6mTRtjGFWD-pmQOq6OYGU1&t=633778174276718750" alt="" style="border-width:0;" /></a></td><td class="TreeView1_2 TreeView1_8" onmouseover="TreeView_HoverNode(TreeView1_Data, this)" onmouseout="TreeView_UnhoverNode(this)"><a class="TreeView1_0 TreeView1_1 TreeView1_7" href="java script:__doPostBack('TreeView1','sRelatórios\\Total de Vendas do Município')" onclick="TreeView_SelectNode(TreeView1_Data, this,'TreeView1t14');" id="TreeView1t14">Total de Vendas do Município</a></td> 
			</tr><tr style="height:0px;"> 
				<td></td> 
			</tr> 
		</table><table cellpadding="0" cellspacing="0" style="border-width:0;"> 
			<tr style="height:0px;"> 
				<td></td> 
			</tr><tr> 
				<td><div style="width:10px;height:1px"></div></td><td><img src="/WebResource.axd?d=tQCaxO_ImsEib6b5gjHv5QnVCulLJlbMGthNXZ8aRso1&t=633778174276718750" alt="" /></td><td><a href="java script:__doPostBack('TreeView1','sRelatórios\\Compra de Produtores Rurais')" onclick="TreeView_SelectNode(TreeView1_Data, this,'TreeView1t15');" id="TreeView1t15i" tabindex="-1"><img src="/WebResource.axd?d=eH4rpoDRM6-4VCPqmp0LMl6mTRtjGFWD-pmQOq6OYGU1&t=633778174276718750" alt="" style="border-width:0;" /></a></td><td class="TreeView1_2 TreeView1_8" onmouseover="TreeView_HoverNode(TreeView1_Data, this)" onmouseout="TreeView_UnhoverNode(this)"><a class="TreeView1_0 TreeView1_1 TreeView1_7" href="java script:__doPostBack('TreeView1','sRelatórios\\Compra de Produtores Rurais')" onclick="TreeView_SelectNode(TreeView1_Data, this,'TreeView1t15');" id="TreeView1t15">Compra de Produtores Rurais</a></td> 
			</tr><tr style="height:0px;"> 
				<td></td> 
			</tr> 
		</table> 
	</div><table cellpadding="0" cellspacing="0" style="border-width:0;"> 
		<tr style="height:0px;"> 
			<td></td> 
		</tr><tr> 
			<td><img src="/WebResource.axd?d=tQCaxO_ImsEib6b5gjHv5QnVCulLJlbMGthNXZ8aRso1&t=633778174276718750" alt="" /></td><td><a href="java script:AbrePagina('alterar_senha.aspx');" id="TreeView1t16i" tabindex="-1"><img src="/WebResource.axd?d=eH4rpoDRM6-4VCPqmp0LMl6mTRtjGFWD-pmQOq6OYGU1&t=633778174276718750" alt="" style="border-width:0;" /></a></td><td class="TreeView1_2 TreeView1_8" onmouseover="TreeView_HoverNode(TreeView1_Data, this)" onmouseout="TreeView_UnhoverNode(this)"><a class="TreeView1_0 TreeView1_1 TreeView1_7" href="java script:AbrePagina('alterar_senha.aspx');" id="TreeView1t16">Alterar Senha</a></td> 
		</tr><tr style="height:0px;"> 
			<td></td> 
		</tr> 
	</table><table cellpadding="0" cellspacing="0" style="border-width:0;"> 
		<tr style="height:0px;"> 
			<td></td> 
		</tr><tr> 
			<td><img src="/WebResource.axd?d=tQCaxO_ImsEib6b5gjHv5QnVCulLJlbMGthNXZ8aRso1&t=633778174276718750" alt="" /></td><td><a href="java script:__doPostBack('TreeView1','sSair')" onclick="TreeView_SelectNode(TreeView1_Data, this,'TreeView1t17');" id="TreeView1t17i" tabindex="-1"><img src="/WebResource.axd?d=eH4rpoDRM6-4VCPqmp0LMl6mTRtjGFWD-pmQOq6OYGU1&t=633778174276718750" alt="" style="border-width:0;" /></a></td><td class="TreeView1_2 TreeView1_8" onmouseover="TreeView_HoverNode(TreeView1_Data, this)" onmouseout="TreeView_UnhoverNode(this)"><a class="TreeView1_0 TreeView1_1 TreeView1_7" href="java script:__doPostBack('TreeView1','sSair')" onclick="TreeView_SelectNode(TreeView1_Data, this,'TreeView1t17');" id="TreeView1t17">Sair</a></td> 
		</tr><tr style="height:0px;"> 
			<td></td> 
		</tr> 
	</table> 
</div><a id="TreeView1_SkipLink"></a> 
				</div> 
				<div id="rodapeMenu"></div> 
			</div> <!-- Fim da div#auxiliar --> 
			<div id="principal"> 
				<div class="TopoPaginaPrincipal"></div> 
				<div class="ConteudoPaginaPrincipal"></div> 
				<div class="RodapePaginaPrincipal"></div> 
			</div> <!-- Fim da div#principal --> 
			<div class="clear"></div> 
		</div> <!-- Fim da div#conteudo --> 
		<div id="rodape"> 
			<span id="lbl_Direitos" style="color:#000066;font-family:Arial;font-size:10pt;font-weight:bold;font-style:italic;">Todos os direitos reservados à Empresa.</span> 
		</div> 
	</div> <!-- Fim da div#tudo --> 
	
<script type="text/javascript"> 
//<![CDATA[
var TreeView1_ImageArray =  new Array('/WebResource.axd?d=eH4rpoDRM6-4VCPqmp0LMlSj_bLLrvG7M2EdZzVMqy41&t=633778174276718750', '/WebResource.axd?d=eH4rpoDRM6-4VCPqmp0LMnru1jnVfrzCAEjH0-qyK7A1&t=633778174276718750', '/WebResource.axd?d=eH4rpoDRM6-4VCPqmp0LMl6mTRtjGFWD-pmQOq6OYGU1&t=633778174276718750', '/WebResource.axd?d=tQCaxO_ImsEib6b5gjHv5QnVCulLJlbMGthNXZ8aRso1&t=633778174276718750', '/WebResource.axd?d=tQCaxO_ImsEib6b5gjHv5VzJOGbMsBjBpF3nEtGYq1E1&t=633778174276718750', '/WebResource.axd?d=tQCaxO_ImsEib6b5gjHv5fr5krg-aun362kx_7tCwNI1&t=633778174276718750');
//]]>
</script> 
 
 
<script type="text/javascript"> 
//<![CDATA[
 
WebForm_InitCallback();var TreeView1_Data = new Object();
TreeView1_Data.images = TreeView1_ImageArray;
TreeView1_Data.collapseToolTip = "Recolher {0}";
TreeView1_Data.expandToolTip = "Expandir {0}";
TreeView1_Data.expandState = theForm.elements['TreeView1_ExpandState'];
TreeView1_Data.selectedNodeID = theForm.elements['TreeView1_SelectedNode'];
TreeView1_Data.hoverClass = 'TreeView1_12';
TreeView1_Data.hoverHyperLinkClass = 'TreeView1_11';
for (var i=0;i<6;i++) {
var preLoad = new Image();
if (TreeView1_ImageArray[i].length > 0)
preLoad.src = TreeView1_ImageArray[i];
}
TreeView1_Data.lastIndex = 18;
TreeView1_Data.populateLog = theForm.elements['TreeView1_PopulateLog'];
TreeView1_Data.treeViewID = 'TreeView1';
TreeView1_Data.name = 'TreeView1_Data';
Sys.Application.initialize();
//]]>
</script> 
</form> 
</body> 
</html>

=> pagina.css

#tudo 
{
	width: 943px; 
	min-height: 571px;
	position:absolute;
	left: 50%;
	margin-left:-460px;
}

* html #tudo {height: 100%;}

#FundoPagina
{
	background-color: #FFFFFF;
	width: 939px;
	min-height: 437px;
	margin-bottom: 19px;
	padding-bottom: 10px;
}

#conteudo {background: #FFF; border-left: solid 2px #ff8a00; border-right: solid 2px #ff8a00;}

#topo 
{
	background-image:url(../images/cabecalho.png);
	width: 943px;
	height: 114px;
	text-align:left;
	padding-top:1px;
	margin-left: -2px;
}

#principal 
{
	width:730px;
	float:right;
	padding-top:10px;
	text-align:justify;
	background: #FFFFFF;
	min-height: 420px;
	margin-bottom: 19px;
}

#subPagina 
{
	background: #fff;
	color:#991;
	text-align:justify;
	width:735px;
	min-height: 420px;
	float:right;
	position: relative;
}

#auxiliar 
{
	float:left;
	width:200px;
	padding-top:10px;
	background: #FFF;
	min-height: 420px;
	margin-bottom:25px;
	padding-bottom:10px;
	margin-left: 3px;
}

#rodape {
	position: absolute;
	bottom: 0;
	text-align:center;
	background-image: url(../images/rodape.png);
	width: 943px;
	height: 19px;
}

#rodape p 
{
	margin:0;
	font-weight:bold;
	color:#060;
}

.TopoPaginaPrincipal
{
	background-image: url('../images/pagina_04.png');
	width: 726px;
	height: 45px;
}

.ConteudoPaginaPrincipal
{
	background-image: url(../images/home.png);
	background-repeat: no-repeat;
	width: 712px;
	min-height: 350px;
	border-left: solid 2px #fc8e0c;
	border-right: solid 2px #fc8e0c;
	margin-left: 9px;
	overflow: auto;
}

.RodapePaginaPrincipal
{
	background-image: url('../images/pagina_10.png');
	background-repeat: no-repeat;
	background-color:#FFF;
	width: 724px;
	height: 32px;
}

p
{
	text-align: justify;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10pt;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 0px;
	margin-top: 0px;
}

.clear {clear:both;}

#topoMenu
{
	background-image: url(../images/menu_01.png);
	width: 200px;
	height: 34px;
	margin-top: 7px;
	margin-left: 3px;
}

#Menu
{
	background-image: url('../images/menu_02.png');
	width: 200px;
	min-height: 350px;
	padding-top: 7px;
	margin-left: 3px;
	text-align: left;
}

#rodapeMenu
{
	background-image: url(../images/menu_03.png);
	background-repeat: no-repeat;
	background-color:#FFF;
	width: 200px;
	height: 16px;
	margin-left: 3px;
}

h1 
{ 	
	font:bold 11pt Verdana, Arial, Helvetica, sans-serif;
	color:#FFF;
	padding-top: 6px;
}

.titulo
{
	width: 705px;
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #362b7a;
	text-align:left;
	padding-top: 15px;
	padding-left: 15px;
}

.progressBar
{
	width:221px;
	padding-top: 15px;
	padding-left: 15px;
	position: absolute;
	top: 2px;
	left: 486px;
}

.tblPagina
{
	width: 97%;
	margin-left: 10px;
	margin-right: 10px;
	position: relative;
}

.seplinhasTbl
{
	width: 100%;
	height:5px;
	padding:0;
	clear:both;
}

.sepcolunasTbl
{
	width: 2%;
	float:left;
}

.cx_texto
{
	border-style: solid;
	border-color: #e67817;
	border-width: 1px;
	text-transform:uppercase;
}

.cx_email
{
	border-style: solid;
	border-color: #e67817;
	border-width: 1px;
	text-transform:lowercase;
}

.cx_livre
{
	border-style: solid;
	border-color: #e67817;
	border-width: 1px;
}

.linhasTbl
{
	width: 100%;
	padding:0;
	clear:both;
	vertical-align:middle;
}


.colunaLable
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #000;
	position: absolute;
	text-align:right;
	width:20%;
	margin:2px; 
	padding:0px;
	vertical-align:middle;
	float: left;
}

.colunaTexto
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #000;
	text-align:left;
	width:78%;
	left:31%;
	margin:2px; 
	padding:0px;
	float:right;
	vertical-align:middle;
}

.colunaBtn
{
	width: 100%;
	padding:0;
	clear:both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #000;
	text-align: Center;
	float:left;
	vertical-align:middle;
}

.DivUser
{
	position: absolute; 
	width: 251px; 
	height: 15px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	font-weight: bold; 
	font-style: italic; 
	top: 109px; 
	left: 675px; 
	text-transform: uppercase; 
	text-align: right;
}

=> geral.css

html, body {height:100%;} 

body
{
	margin:0;
	padding:0;
	font:75%/1.4 Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	background-image: url(../images/texture.jpg);
}

* {
  margin: 0;
  padding: 0;
}

Att,

 

Thyago

Compartilhar este post


Link para o post
Compartilhar em outros sites

Tabelas... http://forum.imasters.com.br/public/style_emoticons/default/closedeyes.gif

 

Tópico movido:

 

Origem: Webstandards: CSS / XML / XHTML / HTML http://forum.imasters.com.br/public/style_emoticons/default/seta.gif Destino: Dreamweaver

 

http://forum.imasters.com.br/public/style_emoticons/default/thumbsup.gif

Compartilhar este post


Link para o post
Compartilhar em outros sites

Tabelas... http://forum.imasters.com.br/public/style_emoticons/default/closedeyes.gif

 

Tópico movido:

 

Origem: Webstandards: CSS / XML / XHTML / HTML http://forum.imasters.com.br/public/style_emoticons/default/seta.gif Destino: Dreamweaver

 

http://forum.imasters.com.br/public/style_emoticons/default/thumbsup.gif

Ok. Mas e aí. O que pode estar acontecendo Thiago?

Compartilhar este post


Link para o post
Compartilhar em outros sites

×

Informação importante

Ao usar o fórum, você concorda com nossos Termos e condições.