Hey guys, I have been trying to fix my wordpress blog. It is displaying fine in firefox and broken in IE. I looked in this thread and could not find the codes or fix in it. http://forums.digitalpoint.com/showthread.php?t=1739358 The theme is Newsone and the site is here ---> SpoofCard Thanks guys!
it's ok in ff, chrome and ie8 but there are problems in header part in ie7 and 6. i think you should do them: the video height is too big. it should be less than 120. so you have two ways: first way: - in video embed code, find width="400" height="265", and make it width="230" height="115" or something else. second way: - open style.css and find #header { width: 970px; height: 120px; } - make the height value 280px and also there is a problem with logo in ie6. - open style.css and find #logo { margin: 18px 0pt 0pt 10px; float: left; } - replace it with: #logo { margin: 18px 0pt 0pt 10px; float: left; width:485px; height:265px;}