My wordpress theme looks different in IE than firefox. I tried using conditional comments for an ie specific stylesheet http://eagle1.virtualchecks.net the flash header at the top is offset wrong here is the IE style i am using that is not working .flashmovie { position: absolute; top -20; left 0; padding: 0; margin: 0 auto; } #header { //padding: 0; //margin: 0 auto; //vertical-align: top; } It is not working what can i try next?