只是看到这里,就感觉老师要用上 JS 来实现了。我自己用纯CSS实现的:
.window { position: fixed; top: 50%; left: 50%; width: 600px; height: 400px; margin-left: -300px; margin-top: -200px; background: #eee; }
在兼容IE6的情况下,可以使用CSS表达式来解决无 position: fixed 和位置定位的问题。
只是看到这里,就感觉老师要用上 JS 来实现了。我自己用纯CSS实现的:
.window { position: fixed; top: 50%; left: 50%; width: 600px; height: 400px; margin-left: -300px; margin-top: -200px; background: #eee; }
在兼容IE6的情况下,可以使用CSS表达式来解决无 position: fixed 和位置定位的问题。
2014-10-26
举报