Comunidad de diseño web y desarrollo en internet online

Barra al final de la pagina

Citar            
MensajeEscrito el 20 Sep 2007 03:13 pm
Hola, necesito poner una barra al final de la pagina que se vea siempre.

en firefox pueden ver que es lo que quiero:

Código :

<style>
#footer {
   position:fixed;
   bottom:0px;
   left:0px;
   height:46px;
   padding:0;
   width:100%;
   text-align:center;
   line-height:21px;
   z-index:99;
   font-size:10px;
   color:#666;
   background-image: url(../images/footer.gif);
}
</style>
<div id="footer">
<span class="footer_texto">HERRAMIENTA DE INFORMACIÓN<br/>
MERCADOLÓGICA DE REMESAS FAMILIARES</span></div>


pero en IE no se ve bien!!

Por neohunter

Claber

563 de clabLevel

1 tutorial

 

Bogota, Colombia

firefox
Citar            
MensajeEscrito el 20 Sep 2007 07:34 pm
Desgraciadamente IE 6 no soporta el posicionamiento fijo, y lo toma por absoluto. Te dejo dos enlaces sobre el tema:
Con CSS y con Javascript

Por Yaraher

813 de clabLevel

1 tutorial

 

Callao, Perú

safari

 

Cristalab BabyBlue v4 + V4 © 2011 Cristalab
Powered by ClabEngines v4, HTML5, love and ponies.