PHP---- Viewing in browser problems

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
prakash65
Forum Newbie
Posts: 2
Joined: Thu Mar 19, 2009 12:02 pm

PHP---- Viewing in browser problems

Post 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.
tech603
Forum Commoner
Posts: 84
Joined: Thu Mar 19, 2009 12:27 am

Re: PHP---- Viewing in browser problems

Post 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[^]
User avatar
php_east
Forum Contributor
Posts: 453
Joined: Sun Feb 22, 2009 1:31 pm
Location: Far Far East.

Re: PHP---- Viewing in browser problems

Post 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.
prakash65
Forum Newbie
Posts: 2
Joined: Thu Mar 19, 2009 12:02 pm

Re: PHP---- Viewing in browser problems

Post 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
User avatar
php_east
Forum Contributor
Posts: 453
Joined: Sun Feb 22, 2009 1:31 pm
Location: Far Far East.

Re: PHP---- Viewing in browser problems

Post by php_east »

prakash65 wrote:My coding is good in Internet Explorer.....
i have already answered your question. :banghead:
p/s you need a html/css design forum/website. there isn't much php can do about browser incompatibility.
Post Reply