IE min-height Hover error

I have a li grid, each with a hover. It works fine in all browsers except Internet Explorer (tested on IE10). Tilting expands the div beyond its height. I know IE has minimum height issues, but as far as I know this should be supported.

I tried everything I could find including: -

  • body setting, html up to 100%
  • setting parent ul and li to position: relative
  • Adding vertical up alignment to li
  • Adding min-height: 0px to parent ul
  • Adding inline display block to li and / or ul
  • Next hack

    min-height: 236px; height: auto! important; height: 236px;

None of these works.

The only thing that works is removing the minimum height altogether and setting a fixed height property, then autoporting the height in the media query. I can live with this, but I'd love to know what can fix this annoying behavior.

thank

Glennyboy

+3
internet-explorer hover


source to share


No one has answered this question yet

Check out similar questions:

697
See the Freeze State section in Chrome Developer Tools.
392
How to affect other elements when a div is hanging
21
SVG with width / height does not scale on IE9 / 10/11
4
IE CSS error: original IMG height affecting parent height
4
IE11 multi-height TH issue and pseudo element positioning
2
Why is IE11 rendering this Flexbox layout incorrectly?
2
IE flexbox vertical alignment center and minimum height
0
Having problems with the height of the HTML table in IE, how do I set the maximum height?
0
Hover effect with dropdown menu does not cover desired items
0
Css buttons: minimum width issues in IE7



All Articles
Loading...
X
Show
Funny
Dev
Pics