para ello el codigo de la hoja de estilos es el siguiente:
Código:
sé que me falta poner el atributo position pero no sé como funciona y he leido y echo varias pruebas pero no consigo que funcione.<style> body { margin:0; } div#banner { width:100%; height:20; background-color:yellow; } div#a { width:20%; background-color:orange; } div#b { width:60%; background-color:green; } div#c { width:20%; background-color:orange; } div#footer { width:100%; height:20; background-color:yellow; } </style>
agradecería que alguien me ayude.
un saludo.