Hi Seth and welcome to webmaster-talk.com!
I am glad you are looking further into finding ways to make your sites display properly for users using different browsers.
The reason IE doesn't seem to display as many problems is because it handles code...well...more loosely than Firefox. I believe as you continue to work with coding websites, you will grow to love Firefox and loathe IE.
There are several ways to make sure your sites look the same (well, at least very closely similar) in a variety of browsers. Here are a few:
1. Always use a Doctype.
2. Make sure you are coding properly and validate all of your code.
3. Learn about all of the IE "bugs" or "quirks" so that you can anticipate them and code for them.
4. Learn about conditional statments for your stylesheets so that if IE really gives you trouble that you cannot solve otherwise, you can dish out specific styles for IE only.
5. Read, read, read and ask lots of questions. Feel free to post here with specific problems you have between different browsers. We are here to help each other. Just try to be specific. You wont get as good of a response if you are too broad with your questions.
Good luck!
|