Cita:
Iniciado por phillipecw Hola.
Dos cosas:
- ¿Qué ancho tiene el DIV que usa la imagen de fondo? ¿Tiene ancho fijo, porcentaje? ¿Tiene márgenes? Sería bueno ver tu código CSS.
- No se ve la imagen que indicas.
Saludos.
1. El div no tiene ancho y probe poniendo porcentajes width: 100%; pero no funciono....
Aqui esta el codigo...
Código HTML:
<html>
<head>
<style>
#titleheader_bg {
background:url("../images/header_bg.jpg") repeat-x;
height: 100px;
border-bottom:1px solid #bbb;
z-index: 1;
}
#title {
font-family: 'Oswald', sans-serif;
font-size: 45px;
padding-top: 24px;
letter-spacing: 1px;
width: 900px;
margin: auto;
text-align: center;
}
</style>
</head>
<body>
<div id="titleheader_bg"><!-- Aqui esta el fondo-->
<div id="title">Lorem ipsum dolor sit amet</div>
</div>
</body>
</html>
2. Estos servidores mulas, me botan la imagen, pero aqui te dejo otra
http://www.imagengratis.org/images/capturadd2ed.png
Gracias por responder