Can someone please explain the differences between IE and Firebird/Mozilla in regards to positioning, you can see my problem here: http://www.infinite-fire.net/v2.5/index.php
try looking at it in mozilla-based browser
If you set a valid DOCTYPE you will see consistent positioning between Mozilla and Internet Explorer. You're seeing IE in "quirks mode" right now since no DOCTYPE is present on the first line of your page. Add one in (I suggest HTML 4.01 Transitional or XHTML 1.0 Transitional for ease of use) to the first line of your page and both browsers should look about the same.
Bookmarks