fullscreen init with DOCTYPE XHTML Strict in IE.7

Hello,



Fullscreen init isn’t working with



But only in IE.7…



Is this an know problem?

Hello,

Add the following style:

html, head {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0px;
}

Thanks, it works.