Ver Mensaje Individual
  #8 (permalink)  
Antiguo 08/08/2011, 11:03
Kamio89
 
Fecha de Ingreso: agosto-2011
Mensajes: 8
Antigüedad: 12 años, 8 meses
Puntos: 0
Respuesta: Background Home

sisi lo hice asi. pero no me sale :S

Código:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Documento sin título</title>
<style type="text/css">
body{
	margin:0;
	padding:0;
	height:100%;}

    #bg1{background:#000709 url(imagenes/home.jpg) center center no-repeat;}
    #bg1:hover{background:#000709 url(imagenes/home_hover.jpg) center center no-repeat;}


</style>



</head>

<body>
    <div id="bg1">contenido de tu pagina</div>


</body>
</html>
a ver si encotnras algun error