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#divBarra {
height:32px;
width:100%;
margin:auto;
position: fixed;
bottom: 0;
z-index: 99;
}
.barra {
background-color:#1B1B1B;
display:block;
margin-left:15px;
margin-right:15px;
height:30px;
background-image: url(../img/barra/bg.jpg);
background-repeat: repeat;
padding: 4px;
border: thin solid #666;