事物以 Firefox 为中心,但不以 IE 或 Chrome 为中心

发布于 2025-01-06 14:59:55 字数 297 浏览 1 评论 0原文

好吧,我尝试发布代码,但它不起作用。我们有一个表格,其中包含我们网站的选项卡。在 Firefox 中它是完美的。在 IE 中则不然。该网站的链接是 http://www.unitedbygaming.com/ 如果你直接去那里就容易多了并查看页面源代码,而不是我将其发布在这里。感谢您提前的帮助。我是一名业余编码员,所以我不知道为什么会发生这种情况。还要忽略选项卡链接到看起来像垃圾的页面。在我们做其他事情之前,我们已经确定了每个页面的外观。感谢您提前的帮助。

Alright I've tried to post the code but its not working. We have a table that contains the tabs for our website. In firefox its perfect. In IE its not. The link to the site is http://www.unitedbygaming.com/ Its much easier if you just go there and look at the page source than for me to post it here. Thanks for the help in advance. Im an amateur coder so I have no idea why this would occur. Also ignore that the tabs link to pages that look like garbage. We're getting what each page should look like finalized before we do anything else. Thanks for the help in advance.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

帝王念 2025-01-13 14:59:55

如果你想将事情居中,请尝试这对我有用。
指定宽度和高度

width:1000px;
height:300px;  
position:absolute;
z-index:2;
top:50%
margin-left:-500px;

,您可以注意到 -500px 表示宽度的一半;

If you want to center thing try this works for me.
specify the width and height

width:1000px;
height:300px;  
position:absolute;
z-index:2;
top:50%
margin-left:-500px;

as you can notice -500px means half of your width;

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文