We have a div with a tags. There is a hover style defined in css. All works fine except in IE.
Open demo (in IE) please, and try to move the mouse between div with time. As you can see the first div changes color. How can I fix this bug?
We have a div with a tags. There is a hover style defined in
Share
Remove
display: table;and replace withoverflow: hidden;in#kassa_cont_space .sean_box .details .sched, which is the very last style in the CSS.Working JSFiddle: http://jsfiddle.net/BqjSa/4/