我正在使用Foundation 5的揭示模式。
<div class="reveal" id="exampleModal1" data-reveal>
<h1>Awesome. I Have It.</h1>
<p class="lead">Your couch. It is mine.</p>
<p>I'm a cool paragraph that lives inside of an even cooler modal. Wins!</p>
<button class="close-button" data-close aria-label="Close modal" type="button">
<span aria-hidden="true">×</span>
</button>
</div>
这适用于FF,Chrome和Safari。但是在IE11上,实际模态一直被推到当前可见视口之外的页面底部?我需要做一些改变才能使IE11正常工作吗?
编辑:这仅在第一次点击时发生。在IE11中模态的第一次打开时,模态在可见视口之外渲染,在随后的打开中,模态正确定位。