hard to analyze this because your html markup is not valid at all.
A website has to start with a DOCTYPE Declaration on top of everything.
You put an image div into your header.php above all – that’s bad.
Everything in header.php from ..DOCTYPE html PUBLIC "-//W3C//DTD … over head /head will never be displayed in a browser, it’s there to tell the browser how to display the stuff below the body tag.
So first move this image in the div from top of header.php down to be after <body>
validate your site here: http://validator.w3.org/
it does not need to be 100% error free but some less errors are possible
finally it should display more equal across different browsers
____________________
you find me on Google+, Twitter and Facebook
(von: Joern)
Hier noch 1 weitere Ergebnisse dieses Threads:
Font size and letter spacing displaying differently in IE than Firefox
6. Nov. 2010 (von: omerkhan01)
Hi there, My site can be found hereIf you go to the home page in internet explorer you will see that the seminar schedule at the bottom(Actually put into the excerpt)in FF has a smaller font as opposed to in…