Site entirely messed up in ie

My site at rzlearning.heliohost. org
is really messed up when i view it in internet explorer, but is perfect in google chrome. Help please?

First things first, run it through the W3C Validator. You have a few errors in there that could be causing problems. Once you’ve fixed them (and don’t be afraid to ask for help if you don’t understand what the Validator is telling you), check it again. If you’re still having problems, then a few more details would help - e.g. which part is “messed up” and which version of Internet Explorer are you using?

There’s an extra clickable bar under the navigation that leads to the last link, and i’m using internet explorer 9. I tried using html5shiv, but it still has the bar.

[FONT=Verdana]I don’t have IE9 to test on right now, but you have this for the last link:

<li><a href="contact">Contact Us</a></li>
<li class="last"><a href="?lang=cn">&#20013;&#25991;</li></a>

Your </li> and </a> are in the wrong order; you need to close the link before you close the list item. That may be what’s causing your problem.

That’s one of the things that the Validator picked up, so do try checking your code with it. You still have other errors in there. :slight_smile: [/FONT]

thanks!