The website I am currently working on looks great in Chrome, Firefox, Opera, and Safari on both Mac and Windows. However, it is not displaying correctly in IE 7 & 8. The header should appear like this:
But in Internet Explorer, it's showing up like this:
Prior to this issue, we had used position: relative;
for our class container
in the charity.css
file. Unfortunately, I had to remove it because it was causing problems with my drop-down menus in IE.
I would really appreciate any help from someone who can assist me with this problem. I'm out of ideas at this point :(
Here is the [page] (although I may need to remove the link later). Your assistance will be greatly valued!
Edited: I have also created a jsfiddle here: http://jsfiddle.net/walahh/QwFL6/. It's not an exact replica of the page, but hopefully, it will give you an understanding of the issue.