Having some issues with CSS on a webpage. The code is valid and adheres to Strict HTML standards. It displays correctly in most browsers, but I'm experiencing problems in IE (specifically version 7). Is there a way to determine if the page is being rendered in Quirks mode or Standard mode? My suspicion is that it might be defaulting to quirks mode, which would explain the discrepancies.
Browsers like Opera, Chrome, Safari, and Firefox are rendering the page fine, so it's mainly an issue with IE 7.