将 Flash 网站置于浏览器放大中心
我的 Flash 页面在较小分辨率的屏幕上有点偏离中心。如果场地居中,两侧被切断,那么一切都会好起来的。但该网站从左上角开始,因此某些内容被剪掉。我知道这个问题可以用 JavaScript 解决,但我想知道是否有更优雅的方式(可能是 CSS 方式)来解决这个问题。
谢谢
I have a Flash page that is a bit off center on smaller resolution screens. If the site was centered, and the sides were cut off, then all would be well. But the site starts in the top-left corner, so some content is clipped. I know the problem can be solved in JavaScript, but I'm wondering if there is a more elegant, possibly CSS-way, to solve the problem.
Thank you
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
使用 css 将 div 水平居中 - 像这样:
就是这样。
horizontally centering a div using css - something like this:
that's it.
如果你想将内容居中:
if you want to center you content: