搜索 | 用户支持

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

Learn More

firefox doesn't render my web page correctly other browsers do

  • 4 个回答
  • 3 人有此问题
  • 15 次查看
  • 最后回复者为 xyzgeoff

more options

Hi My website works correctly in IE9, Safari, Opera and Chrome but Firefox doesn't render my Contacts page correctly. The contact form position is wrong and the navigation does not work for the Contacts page. The only issue is with Firefox which fails to render the Contacts page correctly. Both HTML and CSS validate.

The website is http://www.pcwebsite.org.uk

Hi My website works correctly in IE9, Safari, Opera and Chrome but Firefox doesn't render my Contacts page correctly. The contact form position is wrong and the navigation does not work for the Contacts page. The only issue is with Firefox which fails to render the Contacts page correctly. Both HTML and CSS validate. The website is http://www.pcwebsite.org.uk

所有回复 (4)

more options

I see top:-500px in the page source:

So you position that table almost out of view. Why are you using this rule?
more options

thanks but as I posted the issues is that my website renders correctly using other browsers. It is only Firefox that does not render the Contacts page correctly.

more options

A good place to ask advice about web development is at the mozillaZine "Web Development/Standards Evangelism" forum.

The helpers at that forum are more knowledgeable about web development issues. You need to register at the mozillaZine forum site in order to post at that forum.

I'm not sure if this is caused by the floating sidebar content as a style rule of clear:both or clear:left partially fixes this at least horizontally (it is still off to the left).

more options

thanks you for the link. I'll try that option next. But clearly since:

Internet Explorer 9,8, even 7 Chrome Safari and Opera

render the webpage correctly and there is no issue with validation of both HTML and CSS, then surely Firefox is not working to industry standards. I can use any browser I care to but I can't control what browser my potential clients use.

"I'm not sure if this is caused by the floating sidebar content as a style rule of clear:both or clear:left partially fixes this at least horizontally (it is still off to the left)."

There is nothing wrong with the code is there as it works perfectly with the other browsers listed above? Maybe I should put the whole web page in a table.

由xyzgeoff于修改