go41

the info you need to know


von Joern
Keine Kommentare

I can see the problem in IE, looks like a missing /div. It is a missing </object> I would say, you have (in source code)Code:<div id="headlinevideo"><object width="480" height="295">....<embed src=....</embed></div>It should look like this with closing /object before the /div:Code:<div id="headlinevideo"><object width="480" height="295">....<embed src=....</embed></object></div>hope it helps ..____________________you find me on Google+,…