html - Maximum number of divs in IE8 -
i have page produces schedule project timeline. timeline split days , each day split , pm.
one of projects in there last 517 days meaning container div have 1034 inner days (each representing slot in day). in ie8 exceed 1000 divs html doesn't show (works fine in chrome , firefox). know if there kind limit in ie8
the divs displayed "display:table-cell" if helps.
after investigation turned out ie didn't more 1000 nested elements in 1 element, ended having containers contained upto 1000 elements
Comments
Post a Comment