2.5.2 IE 7 width issues and fix
Up to Plone SEO
In IE7 the qSEOOptimizer adds a scroll bar to the bottom of the browser, this can be fixed with changing line 71 in header.pt from lt to gte.
71c71
< <tal:iefixstart replace="structure string:<!--[if lt IE 7]>" />
---
> <tal:iefixstart replace="structure string:<!--[if gte IE 7]>" />
cheers for a great product! 
Powered by
Ploneboard
