Ok for some reason I have a new problem with IE 8. On my website www.hidcountry.com when a customer clicks a product button on the left side navbar it triggers JQuery code that makes it dropdown with other products and at the same time it loads page content into a mainContent div on the right. Everything works just fine in Firefox but in IE, it comes up as a blank page... No content. Why is this?
You really need to specify a doc type and fix the validation errors before you can start troubleshooting this type of problem. Without a doc type specified the browser has to guess at what version of html you are using which can produce varied and unexpected results among different browsers.
Bookmarks