Yesterday I had this problem - I created this website in wordpress www.porthopehealthcentre.com
It displayed correct in firefox but not ie. There was an extra closing </div> tag in my header php. When I deleted it, it displayed correct in ie but not firefox.
So I added the below tag to my header.php file. It now displays correct in all browsers except google chrome, latest version.
What can I do to fix this so it displays correct in google chrome - anybody?
Thanks in advance - I really appreciate it.
<!--[if IE]>
<![endif]-->
<!--[if !IE]><!-->
</div>
<!--<![endif]-->