Ver Mensaje Individual
  #3 (permalink)  
Antiguo 24/12/2009, 08:48
damiann
 
Fecha de Ingreso: febrero-2009
Ubicación: Luján, Argentina
Mensajes: 32
Antigüedad: 15 años, 2 meses
Puntos: 0
Respuesta: Div mas ancha en FF que en IE

Si me re olvide de ponerles el codigo.
Código:
#contenedor {
    width:100%;
	border:1px solid #F2F2F2;
	margin:0 auto;
	background:#FFF;
	text-align:center;
}
#header {
	width:100%;
	height:184px;
	background:url(imagenes/header-bg.jpg);
}
#centro {
	width:680px;
	background:url(imagenes/centro-bg.jpg) repeat-y center;
	padding:0 35px 0 35px;
	margin: 0 auto;
	text-align:left;
}
#centro #menu {
	float: left;
	width: 173px;
}
#centro #menu ul{
	width:161px;
	list-style: none;
	padding:6px;
	margin:6px;
	text-align:left;
}
#centro #menu ul li{
	font-size:0;
	line-height:0;
	background:url(imagenes/menu-flecha.gif) 5px 6px no-repeat;
	height:25px;
	border-bottom:1px dashed #CCC;
}
#centro #menu ul li a{
	background:url(imagenes/menu-flecha.gif) 5px 6px no-repeat;
	display:block;
	padding:0 0 0 25px;
	color:#000;
	background-color:inherit;
	font:normal 11px/24px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none;
}
#centro #menu ul li a:hover{
	color:#000;
	background-color:#f6f6f6;
}

#centro #menu .titulo {
	width:100%;
	height:25px;
	background:url(imagenes/menu-titulo.jpg);
	font-size:14px;
	padding:4px 0 0 25px;
}
#centro #contenido {
	float: right;
	width: 418px;
}
#centro #contenido .titulo {
	width:100%;
	height:25px;
	background:url(imagenes/contenido-titulo.jpg);
	font-size:14px;
	padding:4px 0 0 25px;
}
#centro #contenido .titulo a, a:visited {
	text-decoration: none;
	color: #666; 
	background: inherit;
}
#centro #contenido .texto {
	width:412px;
	font-size:11px;
	color:#838383;
	margin:0 3px 0 3px;
	padding:3px;
}
#centro #clear {
	height:100%;
	clear:both;
	background-color:#FFF;
}
#footer {
	background:url(imagenes/footer_bg.gif) repeat-x #f6f6f6;
	width:100%;
	border-top:3px solid #CCC;
	height: 70px;
	padding-top:10px;
	font-size: 92%;