y aqui los fracmentos de codigo
php
Código:
css<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>
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; }