Page 1 of 1
PHP---- Viewing in browser problems
Posted: Thu Mar 19, 2009 12:14 pm
by prakash65
Hi ...................
I have design a web page using the combination of PHP, HTML and CSS(cascading style sheets).The webpage is looking good in Internet Explorer but in Mozilla FireFox the alignments are changed.Its not looking Nice.I need help regarding this.
Re: PHP---- Viewing in browser problems
Posted: Fri Mar 20, 2009 12:11 am
by tech603
I would suggest downloading plugins for firefox like the webdeveloper, firebug, css validator. These plugins will allow you to inspect your page and also change it on the fly. As a developer we use these tools on a daily basis. This may help you locate what issues you are having.
Here are the links to those plugins.
https://addons.mozilla.org/en-US/firefox/addon/60
https://addons.mozilla.org/en-US/firefox/addon/1843
https://addons.mozilla.org/en-US/firefox/addon/2289
Matthew Vass
QA Analyst
mvass@hostmysite.com
http://www.hostmysite.com?utm_source=bb[^]
Re: PHP---- Viewing in browser problems
Posted: Fri Mar 20, 2009 2:08 am
by php_east
another check you may wish to make is W3C. if you comply, the chances of your design to be cross browser compatible is a lot better.
Re: PHP---- Viewing in browser problems
Posted: Fri Mar 20, 2009 7:34 am
by prakash65
Hi ........
Thanks for your replay.... But My problem is not only with Firefox.... My coding is good in Internet Explorer..... But the Alignment are changed in Firefox,Google Chrome,And Opera.. I need help regarding this one
Re: PHP---- Viewing in browser problems
Posted: Fri Mar 20, 2009 8:58 am
by php_east
prakash65 wrote:My coding is good in Internet Explorer.....
i have already answered your question.

p/s you need a html/css design forum/website. there isn't much php can do about browser incompatibility.