Jump to content

how to make site good for Firefox


101php

Recommended Posts

Hi all,

I have a web site developed using php/mysql which displays ok with Internet Explorer. When someone has another browser, e.g. Firefox, the text on the home-page does not display as it should be (all joined together). (The Developer went back to college).

 

I have access to the source files. Can someone please suggest how to fix this problem.  TIA.

Link to comment
https://forums.phpfreaks.com/topic/182025-how-to-make-site-good-for-firefox/
Share on other sites

The first step is to insure that the HTML markup and any CSS being used is valid -

 

http://validator.w3.org/

http://jigsaw.w3.org/css-validator/

 

You would then need to locate the php/html/css that is responsible for the output in question and correct it so that it produces the same result in all browsers.

there are alot of things tht can go wrong when just doing a site for IE and not thinking about others. for example if you hve a table with a border and dont define a border color IE ssumes its white, but firefox assumes its grey. I dont know about your problem though as ive never come accross it before. Can you post a link or some code?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.