explorer or firefox ?

C++, C#, Java, PHP, ect...
Post Reply
tomtefan
Posts: 46
Joined: Tue Jun 22, 2010 12:46 pm

explorer or firefox ?

Post by tomtefan »

I just found out why my game was skewed and messed up after my erasing of my HD.

I was opening it in explorer instead of firefox.


is there a way to code the stuff so it can be viewed in both ? and not messing up the either one. ?
User avatar
Jackolantern
Posts: 10891
Joined: Wed Jul 01, 2009 11:00 pm

Re: explorer or firefox ?

Post by Jackolantern »

That is one of the largest struggles in web design: cross-browser compatibility. I can really only suggest Googling some articles about it. There are many, many tips and tricks to know.
The indelible lord of tl;dr
User avatar
hallsofvallhalla
Site Admin
Posts: 12026
Joined: Wed Apr 22, 2009 11:29 pm

Re: explorer or firefox ?

Post by hallsofvallhalla »

yes, doing it one way in firefox usually means doing it another way in explorer.

You just have to see what in your code explorer doesn't like then make it work for both.
User avatar
Chris
Posts: 1581
Joined: Wed Sep 30, 2009 7:22 pm

Re: explorer or firefox ?

Post by Chris »

Of course.. and it's quite easy.. Design you website with Opera. If it works in opera it will work in nearly all the other browsers.
Fighting for peace is declaring war on war. If you want peace be peaceful.
User avatar
Noctrine
Posts: 928
Joined: Thu Apr 23, 2009 9:57 pm

Re: explorer or firefox ?

Post by Noctrine »

Opera has its own quirks compared to the other browsers so that isn't entirely true. But it is, in general, the advice that I give newbie developers. Last I remember, Opera was very strict.

The biggest helpful thing, would be using a CSS reset sheet. That would normalize the browsers for you, from that point (while I generally recommend targeting one and saying use it) you can use various compatibility hacks to support the different browsers.

Look up [browser] compatibility hacks to get a list of what would be most relevant.
Jesse Dorsey
ProjectANI - Lead Developer Person
http://about.me/jessedorsey
Post Reply

Return to “Coding”