Help With Compatible Website
Hey, While i was making a website, It Worked Fine in Internet explorer but when i tried in Chrome or Firefox, The Website kinda look BAD!!!! Everything was messed up and all white background. So I was wondering if Anyone Know How to Compatible that works on all 3 Internets(Chrome,Firefox and IE). Thanks
Pm me Please or Leave a Reply.
Re: Help With Compatible Website
The matter is quite simple, debug it. It's probably your CSS code behaving badly. If it's not that, check your PHP scripting.
That is kind of odd though. Usually everything works fine in Firefox and IE is the bitch.
Re: Help With Compatible Website
Quote:
Originally Posted by
ryuchao009
The matter is quite simple, debug it. It's probably your CSS code behaving badly. If it's not that, check your PHP scripting.
That is kind of odd though. Usually everything works fine in Firefox and IE is the bitch.
He scripted it so bad, that only IE accepts it.
Firefox/Chrome = Pro. So they refuse to deal with such shitty sites.
Re: Help With Compatible Website
so wht am i suppose to do now?
Re: Help With Compatible Website
Like I said, do some debugging. Either your javascript or your CSS is messed up, that's where you need to start.
The easiest way to isolate problems is to test segments of the code. Create another index file (for example: localhost/debug/index.php) and test pieces of your code under Firefox. When you find pieces that don't display properly, take note of it so you know you need to tweek that part of the code later.
Once you've analyzed all of the code in the site, go back through and play with the parts that weren't working in Firefox. Trial and error is your friend here. I suggest you tweak and test one line at a time, so you know exactly what causes the issue.
Usually, code that works on Firefox works on Opera and Safari without problems. If you're really worried about compatibility with those browsers, you could check your site against those once you've got it to work with Firefox.
Re: Help With Compatible Website
this is what i was talking about
http://img192.imageshack.us/img192/774/chromeu.jpg (In Chrome)
http://img651.imageshack.us/img651/5...etexplorer.jpg (In Internet Explorer)
These files are my testing files which i got it of from a website long timeago since these once are easy to find problem with.
(Nvm now i got it lol there was only 1 line to edit) well still Thanks alot ryuchao009 for ur help