@charset "SHIFT_JIS"; @media all and (-ms-high-contrast:none){ *::-ms-backdrop, .foo { color: red } /* IE11 */ } div.headerArea{ z-index: 2; position: 'fixed !important'; position: absolute; top: 0; margin-left: auto; margin-right: auto; text-align: center; backgrund-color: '#ffffff'; } .scrollHead{ display:block; } .scrollBody{ overflow-y:scroll; } .fixedElement { position: fixed; top: 0px; margin-left: auto; margin-right: auto; /* IE5 later && javascript-on */ position: expression('relative'); top: expression((documentElement.scrollTop || document.body.scrollTop) + 0 + 'px'); left: expression((documentElement.scrollLeft || document.body.scrollLeft) + 0 + 'px'); }