Kërkoni te Asistenca

Shmangni karremëzime gjoja asistence. S’do t’ju kërkojmë kurrë të bëni një thirrje apo të dërgoni tekst te një numër telefoni, apo të na jepni të dhëna personale. Ju lutemi, raportoni veprimtari të dyshimtë duke përdorur mundësinë “Raportoni Abuzim”.

Mësoni Më Tepër

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 përgjigje
  • 22 e kanë hasur këtë problem
  • 15 parje
  • Përgjigjja më e re nga 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!!

Krejt Përgjigjet (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;
}