Código:
Y este el css<!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=iso-8859-1" /> <title>Documento sin título</title> <link rel="stylesheet" href="css/estilos.css" type="text/css"/> <style type="text/css"> <!-- body { background-color: #000000; } --> </style></head> <body> <div id="contenedor"> <div id="logo"></div> <div id="menu"></div> <div id="slider"></div> <div id="contenido"></div> <div id="final"></div> </div> </body> </html>
Código:
Imagino que debe ser alguna tonteria que paso por alto pero no hay manera.#contenedor{ width:678px; margin-left:auto; margin-right:auto; margin-top:10px; background:#0000FF; } #logo { background-image:(/images/logo.gif); height: 52px; width: 250px; background-repeat:no-repeat; background-attachment: scroll; background-position: 10px 10px; }
Saludos.