Amigos: no se que hacer........ necesito acomodar un footer y no quiero recurrir a groserias como position absolute.
FireFox me ignora el margin-top... le ponga el valor que ponga.....da igual.... pero IE6, IE7 me lo taman bien.
Cita: #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;
}
Lo que lo resuleve pero no me gusta nada es hacer asi:
Cita: #footer {
clear: both;
width:<?= $width ?>;
text-align:center;
position:absolute; top:610px; margin-left:256px;
height: 65px;
background-color: #ffffff;
}
Alguien me ayuda a hacerlo SIN position absolute ? gracias!!!