Saludos;
Estoy haciendo un template, en la tercera columna quiero hacer unas "cajas" con las esquinas redondeadas con imagenes de fondo. Las imagenes estan partidas en dos pedazos (adjunto imagenes mas abajo). no tengo idea como hacer para poner las dos imagnes en un mismo modulo. Actualmete estoy usando este codigo:
Code:
#derecha .moduletable_verde{
background: url(../images/bq_verde1.png) no-repeat center top;
font-family: Verdana, Arial, 'Bitstream Vera Sans','DejaVu Sans', Helvetica, sans-serif;
font-size: 1em;
clear:both;
}
#derecha .moduletable_verde li{
width:200px;
padding: 5px 0px 10px 0px;
border-bottom:1px dotted;
position:relative;
top: 15px;
left: 15px;
list-style-image:none;
list-style-type:none;
}
#derecha .moduletable_verde h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited{
text-decoration: none;
font-family: Verdana, Arial, 'Bitstream Vera Sans','DejaVu Sans', Helvetica, sans-serif;
text-align:center;
color:#ffffff;
padding-top:12px;
}
en el index.php pongo la siguiente linea
Code:
<jdoc:include type="modules" name="right" style="rounded" /></div>


MUCHAS GRACIAS.