I'm doing a dropdown menu similar to bootstrap's. the only difference is that my dropdown-menu's default state is display: table
because i need the menu to look like a table. unfortunately, this doesn't work in IE10:
http://codepen.io/anon/pen/LfdoB
It works correctly in safari, chrome, and firefox.
What happens in IE is that the first hover works, but subsequent hovers do not show the dropdown-menu, but i do see the box-shadow. it seems that height: 0
, though setting height: auto
doesn't do anything.