Ir para conteúdo

POWERED BY:

Arquivado

Este tópico foi arquivado e está fechado para novas respostas.

lhsrocha

copo do site

Recommended Posts

Olá galera !!! estou estudando CSS, e não estou conseguindo chamar o rodapé (que é uma barra), como devo corrigir o meu código??<html><head><title> </title><style type="text/css">#page{ background-image:url("cabecalho1.jpg"); background-repeat: no-repeat; background-attachment: fixed; background-position: 0px 20px; background-color:#D6EAD7; position: absolute; margin: -250px 0 0 -350px; top: 50%; left: 50%; height: 500px; width: 700px; }#rodape{ background-image:url("barra.jpg"); background-repeat: no-repeat; background-attachment: fixed; background-position: 0px 800px;} </style></head><body> <div id="page"></div></body></html>como devo chamar o rodapé??

Compartilhar este post


Link para o post
Compartilhar em outros sites

×

Informação importante

Ao usar o fórum, você concorda com nossos Termos e condições.