Ver Mensaje Individual
  #5 (permalink)  
Antiguo 31/01/2009, 09:29
Avatar de Italico76
Italico76
 
Fecha de Ingreso: abril-2007
Mensajes: 3.303
Antigüedad: 17 años
Puntos: 292
Respuesta: margin-top en bug-Fox (FF)

Aca la version que ves online..... del sitio

Cita:
<? // 800x600
header("Content-type: text/css");
$q = $_GET['q'];

$width ='750px'; // 750px
?>

body {
text-align : center;
background-color: #ffffff; /* amarillo de fondo */
margin-top: 0px;
}

#macro-contenedor{
width:auto;
text-align:left;
margin-left:auto;
margin-right:auto;
margin:0 auto;
}

#contenedor{
width:<?= $width ?>;
margin-left:auto;
margin-right:auto;
margin:0 auto;

}

#header {
width:<?= $width ?>;
color:white;
margin-left:5px;
text-align: center;
}

#header h1 {
font-size:41px;color : red;
text-transform: uppercase;
text-decoration:none;
}

#header h1 a:visited {color:red;}
#header h1 a:hover {color:red;}

#left {
border : 0px dashed #000000;
width : 160px; /* 160 */
float : left;
margin-top:52px;
/ margin-top:48px;
padding-right:10px;
}

#cuerpo {
width: 575px; /* 785 */
float : left; /* si no esta el float left, en FF la caja se cae */
margin-top: 0px;
margin-left:5px;
text-align:left;
min-height:550px;
/ height:550px;
/* border: 0.05em black dashed; */
}

#tituloBlog{
margin-top:10px;
float : left;
width : 160px;
margin-bottom:-8px;
/ margin-bottom:-3px;
}

.cse-box { /* cuadro de busqueda (form) */
float: left;
width: <?= $width ?>;
text-align:left;
height:60px;
padding-bottom: 35px;
/ padding-bottom: 0px;
margin-top:-25px;
}

/* antes right */

#footer {
clear: both;
width:<?= $width ?>;
text-align:center;
margin-left:auto;
margin-right:auto;
margin:0 auto;
height: 65px;
background-color: #ffffff;
}

#footer a,a:hover,a:visited{ /* defino como se ven los enlaces en el footer */
color:red;
text-decoration: none;
}

.clear {
line-height: 0px;
font-size: 0px;
clear: both;
height: 0px;
}


.favoritos { /* usar punto(.) si es class' y numeral(#) si es con 'id' */
color: white;
width : auto;
padding-right:10px;
float: right;
}

.favoritos a{
color:white;
text-decoration: none;
}

.favoritos a:visited{
color:white;
text-decoration: none;
}

.favoritos a:hover {
color:yellow;
text-decoration: none;
}

#resultados{
margin-top:40px; / margin-top:-20px;
margin-left:100px;
}


#adsensebajocse{
margin-left:98px;
margin-top:12px ; #margin-top:70px; _margin-top:-2px;
margin-bottom:-22px ; _margin-bottom:40px;
}

#clouds1{
margin-top:150px; #margin-top:180px; _margin-top:150px;
border-style: dotted dashed; color: #3980b8; padding:1em; margin-left:100px;width:508px;
}

#clouds2{
border-style: dotted dashed; color: #3980b8; padding:1em; margin-left:100px;width:508px;
}
__________________
Salu2!