All browsers works fine, except IE8. I have a slide, you can check out here: Left/Right arrow problem with position.
The code is this one:
#prev {
background: url(img/set-esq.png);
width: 62px;
height: 117px;
position: absolute;
bottom: 50px;
left: 150px;
z-index: 2;
}
#next {
background: url(img/set-dir.png);
width: 62px;
height: 117px;
position: absolute;
bottom: 50px;
z-index: 2;
right: 150px;
}
Works fine with all browsers, except with IE8. The arrow "glues" with the slide margin. I don't know how can I solve this problem anymore.
Can you guys give me a hint or a solution?