html - Strange interaction with display:flex and rowspans in IE -


i trying position: absolute element within table, , found cells span multiple rows, reach bottom of first cell, , happen in ie. after tinkering, seemed cause of problem table nested in div display: -ms-flexbox, , removing css meant element reach bottom of second row cell spanned.

here js fiddle showing mean. in chrome work correctly, in ie10, green boxes aren't aligned base of rowspan cell.

https://jsfiddle.net/lomldtxg/8/

can explain how these 2 pieces of css interact, , why happens? seems ie explorer issue, there workaround / hack needs done in order have render correctly?


Comments

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

android - CollapsingToolbarLayout: position the ExpandedText programmatically -

Listeners to visualise results of load test in JMeter -