AEEEEEEE galerinha beleza?
Seguinte to com um probleminha, to criando um template e não to conseguindo fazer com que o fundo do conteudo Artigo do joomla fique no tamanho certo.
Aqui vai meu Index.php
<!-- Conteudo -->
<div id="Conteudo">
<div id="ContFDLeft"></div> <!-- Fundo Conteudo Esquerda -->
<div id="ContLeft"> <jdoc:include type="modules" style="rounded" name="user2" /> </div> <!-- ContLeft -->
<div id="ContMid">
<jdoc:include type="component" />
<jdoc:include type="modules" style="xhtml" name="user1" />
</div> <!-- ContMid -->
<div id="ContRight"> <jdoc:include type="modules" style="rounded" name="right" /> </div> <!-- ContRight -->
<div id="ContFDRight"></div> <!-- Fundo Conteudo Direita --
</div><!-- Conteudo -->
E Aqui vai meu CSS.
#Conteudo {
position:relative;
margin-left:139px;
background-color:#FFF;
width:775px;
min-height:200px;
}
#ContFDLeft {
position:absolute;
background: transparent url(../images/ConteudoFDLF.jpg) repeat-y top center;
left:0;
width:11px;
min-height: 200px;
}
#ContLeft {
position:absolute;
margin-left:5px;
}
#ContMid {
position:absolute;
margin-left:11px;
background-color:#FFF;
}
#ContFDRight {
position:absolute;
background: transparent url(../images/ConteudoFDRT.jpg) repeat-y top center;
right:0;
width:10px;
min-height: 200px;
}
A imagem que esta ficando é assim: (imagem em anexo)
Por favor me ajudem é URGENTE