After successfully passing XHTML1.0 strict validation and performing well in IE6, IE8, and Chrome, I was confident that my site would also work flawlessly in IE7. However, upon inspection, I discovered a scrollbar in IE7 on one of my pages, with the content appearing much wider than it should be. Interestingly, this issue only occurred on two separate pages, despite using the same layout template. The main difference on the problematic pages was the presence of a floated div.
Is there a known problem with floating elements in IE7?
edit: For those interested, you can view the live site here. Your feedback is appreciated :).
update: I tested the site in FF3, where it performed flawlessly. It seems that while Chrome, FF, IE8, and even IE6 are working fine, IE7 is presenting some challenges. update: I noticed that IE8 compatibility mode also replicates the same behavior.