Ver Mensaje Individual
  #8 (permalink)  
Antiguo 02/02/2012, 05:36
carlosferdo
 
Fecha de Ingreso: noviembre-2011
Mensajes: 59
Antigüedad: 12 años, 5 meses
Puntos: 1
Respuesta: Maquetacion de la pagina web

Ya lo he solucionado mas o menos... ¿Esta correcta esta forma?

CSS
Código:
<style type="text/css">
.lateral { background-image: url(esquinaBarraSuperiorIzq.png);
			background-repeat: no-repeat;
            float:left;
            width:20px;
            height:80px;
			margin-left: 15%;
}
#central { 
			background-image: url(partecentralBarraSUperior.png);
			background-repeat: repeat; 
               float:left;
               width:60%;
			   height:50px;
               
}


#lateral2 { 
			background-image: url(esquinaBarraSuperiorder.png);
			background-repeat: no-repeat; 
            float:left;
            width:25px;
            height:80px;
			margin-right: 15%;
}
</style>

HTML:
Código:
<div class="lateral"></div>
<div id="central"></div>
<div id="lateral2"></div>
Código:
http://subir-imagenes.es/?v=marcosuper.png