I split your post from the other thread, to keep your replies separate from the original poster of the other thread.
A common misconception that people have about browsers and whether or not the page displays correctly is that it's the browser's fault.
While some sites "break" in IE or Firefox, it is 90% due to improper code. Mozilla, Opera, Safari, among others, adhere to the W3C standards. IE has its own proprietary tags, and is more forgiving when reading and rendering code.
If a closing tag is missing, IE will assume that this is where your tag should go, and displays the page anyway. This allows html coders to get sloppy. If a site doesn't render properly, 9 times out of 10, it's not the browser itself, but code behind the site.
With regards to your page, what are specific problems you are having in Firefox vs. IE? One thing I notice is that you're using frames, and my browser window is set to 800x600, so your frames scroll. It looks like the site was designed for 1024x768.
|