Due to some reasons, I need to set the
height of a div to 2,000,000 px .
But it seems that IE has a limitation of height on div.
In IE9 & IE10, although I set height to "2,000,000", but scrollheight only presents "1,533,917".
I also tested it on other versions of IE.
In IE8, maximum scrolheight is 1,193,071.
In IE7, maximum scrolheight is 10,737,418.
Is it really a limitation in IE?
But why does IE7 have a bigger capacity than newer versions of IE?
It there any workarounds to expand the height of a div in IE?
Thank you!!