[Solved] Javascript / CSS Not working properly with firefox [closed]


Try giving the li that the doors are in a width.

ul.enlarge li{

display: inline-block;
margin: 5px 10px 0;
position: relative;
width: 40px;
z-index: 0;
}

solved Javascript / CSS Not working properly with firefox [closed]