ie8 not displaying website correctly (help)

Evantchapman

New Member
I am having a hard time troubleshooting why internet explorer 8 will not display the content below my header. I would appreciated it greatly if someone has an suggestions that i can make to fix this issue. The temp web address is http://ezdzine.com/n2_d/

If there is any thing you need to help me with this problem please let me know.


Thank you so much in advance
Evan
www.ezdzine.com
 

Evantchapman

New Member
more information:

In the CSS Style sheet the content is in a class .mainpg and the margin-top is set at 500px and that seems to make it work in internet explorer 8 and it needs to be set at -175px for it to be in the same place in google chrome/firefox/safari/

any ideas?

can i just add another style sheet for ie?
 

CaldwellYSR

Member
Why do you have that big negative margin? #page1 header doesn't need to be as tall as it is. Take off the negative margin and change #page1 header's height to 480px. That will put your content in the right place for other browsers. If it's not in the right place in IE (I can't test in IE on a mac) then it's probably having to do with floated content in your header. Look at clearfix methods and find the one that suits you best.

Or screw IE ;)
 
Top