Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

搜索 | 用户支持

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

Learn More

Webpage does not load properly in firefox on ubunut, but in all other browsers (both ubuntu and windows[including firefox windows]) the page seems to be fine.

  • 1 个回答
  • 22 人有此问题
  • 15 次查看
  • 最后回复者为 cor-el

more options

Hello, i am newbie, and i am developing my website. My web-site's pages appears to be fine when i open in any browser (including IE, Firefox, Chrome) in windows.. but when i open the same website page in Ubuntu-Firefox the page has lots of css and font errors..is this a problem in ubuntu or my website? my website link: http://www.beakkon.com any suggestion on how to fix it? i am also attaching the snippet of a page of my website when it is opened in Ubuntu-firefox.


Thanks in advance!!

Hello, i am newbie, and i am developing my website. My web-site's pages appears to be fine when i open in any browser (including IE, Firefox, Chrome) in windows.. but when i open the same website page in Ubuntu-Firefox the page has lots of css and font errors..is this a problem in ubuntu or my website? my website link: http://www.beakkon.com any suggestion on how to fix it? i am also attaching the snippet of a page of my website when it is opened in Ubuntu-firefox. Thanks in advance!!

所有回复 (1)

more options

There are some CSS errors in the Tools > Error Console about font instead of font-family. Font-weight is also wrong here:

.heading_orange {

	font:Georgia, "Times New Roman", Times, serif;
	font-weight:500px;
	font-size:24px;
	color:#db4d3d;
	text-align:justify;
}