width: 320px; height: 160px; position: fixed; right: 15px; bottom: 15px; top: unset; z-index: -1;
在其他浏览器中,div在页面右下方显示正常,但在Internet Explorer 11中,div显示在右上角.我相信这个问题来自于最高层:未设置;在IE中似乎不支持.
有没有使用CSS或JS可以用来实现相同定位的变通方法?