Ver Mensaje Individual
  #1 (permalink)  
Antiguo 08/04/2009, 19:58
arkang31
 
Fecha de Ingreso: septiembre-2008
Mensajes: 101
Antigüedad: 15 años, 6 meses
Puntos: 4
De acuerdo elementos flotantes

bueno el error que muetro no se porq sucede funciona de maravilla en la demas pajina solo en esta me da este error pero uhh algo devo de tener mal no logro manejar esto muy bien aqui les dejo una imagen


y aqui los fracmentos de codigo

php
Código:
<div id="content">
<div id="left"><jdoc:include type="modules" name="left" style="xhtml" /></div>
<div id="right"><jdoc:include type="modules" name="right" style="xhtml" /></div>
<jdoc:include type="component" />
<br style="clear:both;" />
</div>
css
Código:
#content {
	width:900px;
	z-index:4;
	margin: auto;
}
#left {
	position:relative;
	width:20%;
	z-index:5;
	margin: 10px;
	height: auto;
	float: left;
}
#apDiv6 {
	position:absolute;
	left:231px;
	top:583px;
	width:565px;
	height:548px;
	z-index:6;
}
#right {
	width:20%;
	z-index:7;
	margin: 5px;
	float: right;
}