I am having problem with my blog... when i view my blog using Opera... it is working properly... but sometime the youtube player doesn`t appear....... When i view my blog using IE... all my right column item are below all the post(on the main column) This is my blog: http://manutdfc1878.blogspot.com Help is really need and appreciated. Is there anything wrong with coding or something else??
Get rid of the following in "#primary {" in your css. margin: 0 10px 0 30px; Code (markup): IE renders different so stuff like that happens. If you want that padding put another div within that and add the padding to the div later on the inside. That should fix the problem.