I have a problem with *zoom in IE9+
What is the solution for this?
Chrome and Firefox works perfectly, but my sliders in IE not.
CSS
.bx-wrapper {
position: relative;
margin: 0 auto 60px;
padding: 0;
*zoom: 1;
}
.bx-wrapper img {
max-width: 100%;
display: block;
}