Visit mimictrading.com/index.php
When viewed in Firefox, the website displays as intended. However, in IE9, there seems to be a strange space at the top and above the recent topics list. I suspect that it might be related to the 'header' division where I have identified the issue.
Upon inspecting the element, I couldn't find any clear indicators of what might be causing this spacing in IE9. Recently, I made some modifications such as adding jQuery, but I am unsure if it's due to a widget, script, or CSS. My intuition tells me that it must be something I changed because I believe I would have noticed it earlier. However, reverting back some changes is proving to be challenging as I don't remember all the details of my adjustments.
Part of troubleshooting included updating the doctype to be HTML 5 compatible and removing a line related to IE compatibility which was affecting certain functions like getElementsByTagName. It's a complicated situation now, but hopefully someone can help pinpoint the source of the issue.
I wonder if this problem persists in IE10. If anyone using IE10 can verify, please let me know.
Edit: By adding a particular line of code, most of the spacing issue disappears. But this temporary fix is not ideal as it affects the functionality of my jQuery portfolio tickers. Anyone have suggestions for a more permanent solution?