For menus to look right on Internet Explorer, your web page must be coded properly - your HTML code must have a DOCTYPE declaration.
To add the DOCTYPE declaration:
<html>
tag you have a tag that begins with <!DOCTYPE
<!DOCTYPE html>
before <html>
Example HTML code beginning:
<!DOCTYPE html>
<html>
...
Click here, to learn more.