Tengo un scroll en mi página web que funciona perfectamente en Internet Explorer y Google Chrome pero falla en Mozilla Firefox.
Existe alguna forma de arreglarlo?
Google Chrome:
Internet Explorer:
Mozilla Firefox:
Código CSS:
Ver original#derecha {
float: left;
width: 840px;
height: 178px;
max-height: 178px;
overflow: auto;
margin-left: 10px;
background-color: #CDE5D5;
border: 1px solid #303;
position: relative;
}
#derecha_sup {
width: auto;
border-bottom: 1px solid #303;
font-size: 16;
font-weight: bold;
text-align: center;
padding: 2px;
}
#interior {
background-color: #CDE5D5;
width: 820px;
max-height: 135px;
height: expression( this.scrollHeight > 135px? "135px" : "auto" );
overflow: auto;
margin: 0px 10px 0px 0px;
padding: 10px 10px 10px 10px;
}
#derecha_inf {
width: 840px;
height: 28px;
background-image: url("http://i.imgur.com/x3bNQmW.png");
background-position: bottom;
background-repeat: repeat-x;
position: absolute;
left: 0px;
bottom: 0px;
}