搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Website not centered on layout, but it is on Internet Explorer, what could be the problem?

  • 8 个回答
  • 1 人有此问题
  • 2 次查看
  • 最后回复者为 RemyK

more options

My website www.thegreatestmindsofourtime.com/downloadpagemain.htm does not get centered when it displayed with Firefox.

But if I use internet explorer, it is centered as it supposed to be.

My website www.thegreatestmindsofourtime.com/downloadpagemain.htm does not get centered when it displayed with Firefox. But if I use internet explorer, it is centered as it supposed to be.

被采纳的解决方案

That CSS rule works for me on Linux to center the page.

Start Firefox in Diagnose Firefox issues using Troubleshoot Mode to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).

定位到答案原位置 👍 0

所有回复 (8)

more options

Add this style rule to the CSS code.


.style54 {
 margin-left: auto;
 margin-right: auto;
}
more options

Not solved it. I put the code in css at the top first. Then I tried at the bottom.

It does not centralized the body of the site.

Regards.

more options

I'm not seeing that style rule.


.style54 {
 background-color: #FFFFFF;
}

You can test it by pasting this bookmarklet code in the Scratchpad window and execute (run) the code via Ctrl+R

javascript:(function(){var doc=document,css=doc.createElement('LINK');css.rel='stylesheet';css.type='text/css';css.href='data:text/css,'+'.style54 {margin-left:auto; margin-right:auto;}';doc.documentElement.childNodes[0].appendChild(css);})();
more options

Hi, Again.

What is a ScratchPad window? My CSS file sits on my host server.

more options

You can open the Scratchpad via Firefox > Web Developer > Scratchpad or Shift+F4

more options

Hi,

I tried this option, but it does not change anything.

Regards,

Remy

more options

选择的解决方案

That CSS rule works for me on Linux to center the page.

Start Firefox in Diagnose Firefox issues using Troubleshoot Mode to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).

more options

In vain. Not working.

Regards,