chinchang/hint.css

<button> in a <td> with IE11

Aymkdn opened this issue ยท 1 comments

Hello,

Thanks for hint.css that I often use in my projects ๐Ÿ‘

I noticed a problem with IE11 when there is a button inside a td. If you try this demo http://jsfiddle.net/Jarod_/jLs3aqxm/4/embedded/result,css,html,js in IE11 versus Chrome/Firefox, you'll see the hint is not visible when the mouse is hover the button.

Any idea how to fix it?

Thanks

The solution is to add overflow:visible on the button: http://jsfiddle.net/Jarod_/jLs3aqxm/6/embedded/result,css,html,js