Ver Mensaje Individual
  #3 (permalink)  
Antiguo 08/09/2011, 22:49
Avatar de cuervo699
cuervo699
 
Fecha de Ingreso: febrero-2011
Mensajes: 104
Antigüedad: 13 años, 11 meses
Puntos: 7
Respuesta: repeat-x no funciona cuando la ventana se achica

Cita:
Iniciado por phillipecw Ver Mensaje
Hola.

Dos cosas:
  1. ¿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.
  2. 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
__________________
Quieres aprender a crear sitios web dinamicos, no te pierdas, usa Dreamweaver CS5