Ver Mensaje Individual
  #4 (permalink)  
Antiguo 15/04/2009, 03:39
ralfillo
 
Fecha de Ingreso: octubre-2008
Mensajes: 19
Antigüedad: 15 años, 5 meses
Puntos: 0
Re: Problema con imagen background...

Hola jepserk8, gracias por tu respuesta, pero sigo con el problema del header he hecho lo que me has dicho, pero no hay manera, ahora no se ve ni en uno ni en otro (debe ser alguna cosa que se me ha pasado, pero no se el que), la imagen ahora me hace 750x120, lo mismo que el box del div.

La web es esta:
monvigar.com

El código es este:

HTML:

<div id="page_header">
<div id="flags">
<ul>
<li><a href="index_cat.html"><img src="img/flag_cat.gif" alt="Español"/></a></li>
<li><a href="index.html"><img src="img/flag_spa.gif" alt="English"/></a></li>
</ul>
</div>
</div>

CSS:

#page_header {
height: 120px;
width: 750px;
background-image: url(img/header.jpg);
background-repeat: no-repeat;
background-position: center center;

}

#flags {
width:90px;
height:0px;
float: right;
top: 80px;
right: 690px;
position:relative;
clear:both;
}
#ul{
float:left;
}
#ulli {
float:left;
list-style-type: none;
}
#ul li a {
text-decoration:underline;
}

#flags ul li {
display: inline;
}

Espero vuestras respuestas, que esto casi está!!!
Saludos!!