Please help me find out why the page is blank when opened in IE7. IE8 and above are fine
http://pan.baidu.com/s/1jGHvrNo
http://bbs.csdn.net/topics/390941344 There are still 100 points here, all yours
html, body{ height:100%}
In addition,
I need to resize the window after I next click ie7 and then re-render the page
It seems to be OK. What is the reason?
Let me explain the reason
Under the IE7 version, even if the DOM below is set to height: 100%, it cannot be opened because the tested container height cannot be found.
You have to add height to the html and body, specify their height, and then the step will have an object that can be tested
For the part that slides to the left, I only need to add height. I know that the IE version is very unusual in the management of the box model?
Avoid using native (html, head, body) methods to do it
I have a container. Make a sliding container
Let me explain the reason
In the IE7 version, even if the height of the DOM is set to 100%, it will not work. Can't find the container height to be tested and how to check?
You have to add height to the html and body and specify their heights so that the step can have objects that can be tested
For the left swipe part, I just noticed that the IE version is very unusual in the box model management.
Avoid using native (html, head, body) methods to do it
??I have? You add a container to make a sliding container