FireFox me ignora el margin-top... le ponga el valor que ponga.....da igual.... pero IE6, IE7 me lo taman bien.
Cita:
Lo que lo resuleve pero no me gusta nada es hacer asi: #footer {
clear: both;
width:<?= $width ?>;
text-align:center;
margin-left:auto;
margin-right:auto;
margin:0 auto;
margin-top:-300px; #margin-top:-100px; _margin-top:-100px; */
height: 65px;
background-color: #ffffff;
}
clear: both;
width:<?= $width ?>;
text-align:center;
margin-left:auto;
margin-right:auto;
margin:0 auto;
margin-top:-300px; #margin-top:-100px; _margin-top:-100px; */
height: 65px;
background-color: #ffffff;
}
Cita:
Alguien me ayuda a hacerlo SIN position absolute ? gracias!!! #footer {
clear: both;
width:<?= $width ?>;
text-align:center;
position:absolute; top:610px; margin-left:256px;
height: 65px;
background-color: #ffffff;
}
clear: both;
width:<?= $width ?>;
text-align:center;
position:absolute; top:610px; margin-left:256px;
height: 65px;
background-color: #ffffff;
}