The same problem occurred to me.
But, with just minor adjustments in the alignment and design of my page, I have got it to work perfectly on both
It even works on opera or avant
I've got firefox and your page works!!
Works pretty good in Opera too. This is techncaly spam, so I will add a bit. You should try to get some other browsers or find some friends with other browsers (mainly IE, FireFox, Opera, and Netscape) and then edit it a bit at a time and ensure that is still looks good.
Well thats why 90% of america still uses IE.
Sorry javascripts and layers do not work well in mozilla.
Mozilla= less pop ups and more functionality and limited java and html scripting
IE = All html works
I've always told people who ask me this type of question this:
IE will forgive junk coding, and still show your page nicely, or at least, how you want it to be shown. I don't know how many times I've seen unclosed tags go by unnoticed by IE. This can be a good or bad thing, depending on your angle.
Now, Firefox and Opera are the same as one another, but different than IE. They'll pretty much spit out excatly what they're given - whether it be correct or not. If you're code is wrong, it'll show up in their window.
Few key good steps to basic web-dev:
1) Check different platforms. I have windows and linux installed just so I can view my sites on those platforms. Then, I have a mac box for checking it there too.
2) Check with every major browser out there for each platform.
3) Check with different resolutions. 800x600, 1024x768 and so on and so forth. If you have an ideal resolution (I usually shoot for 1024x768 myself) then make that apparent ("Best viewed at..."). But also make sure your site is still easily viewable and easy to navigate at other resolutions.
4) Have friends check it out on their computers. Hey, everyone has different settings. Don't just ask "Does this look OK to you?", instead, have them shoot off a screen shoot to you, so you can directly compare how they're seeing it to how you want it to be seen.
5) Lastly, test it off site before putting it up for the world. This might mean having your old site up for an extra day or something, but it just might prove worth it.
That's about all I can say... goodluck!
-Ray
mm yes this has happened to me before when i was making my site... it was because of the tables i was using.
its probably in the HTML if its alignment problems, just use a div align tag and hey presto!