Corner of Trustlogo bounces as I scroll up and down the page

If the Corner of Trustlogo bounces as you scroll up and down the page, below are the possible reasons:

1. Make sure the DOCTYPE is set correctly and is not malformed, this element will determine how the web page is rendered in Internet Explorer. See this link for more information:
http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml/reference/objects/doctype.asp

2. The HTML document must be properly formed and not have unclosed <html>,<head>,<body> tags. To make sure your web page is coded properly, The following link will validate your html and notify you of any errors:
http://validator.w3.org/

3. Please refer to the original installation instructions for Corner of TrustLogo. We provide 2 snippets of javascript to be copied/pasted. The positioning of the snippets are important, i.e. snippet #1 must be inserted before the closing </head> tag and snippet #2 must be inserted before the closing </body> tag