Ver Mensaje Individual
  #1 (permalink)  
Antiguo 12/03/2010, 13:41
Avatar de HiToGoRoShi
HiToGoRoShi
 
Fecha de Ingreso: abril-2008
Mensajes: 849
Antigüedad: 16 años
Puntos: 31
FIXED en INTERNET EXPLORER

Que tal amigos, cree una barra tipo el facebook el problema esta en que en el maldito internet explorer no FUNCIONA y me esta artando, me gustaria que se viera igual tal como se ve en internet explorer

http://peruguitar.net/

Código CSS:
Ver original
  1. #divBarra {
  2.     height:32px;
  3.     width:100%;
  4.     margin:auto;
  5.     position: fixed;
  6.     bottom: 0;
  7.     z-index: 99;
  8. }
  9. .barra {
  10.     background-color:#1B1B1B;
  11.     display:block;
  12.     margin-left:15px;
  13.     margin-right:15px;
  14.     height:30px;
  15.     background-image: url(../img/barra/bg.jpg);
  16.     background-repeat: repeat;
  17.     padding: 4px;
  18.     border: thin solid #666;