Having an annoying issue in IE7. I have a website where, at the bottom of every page theres an Iframe, and for the life of me I cannot get the scroll bars to hide. This is o
Try setting the BODY tag of the IFRAME content to and add the following CSS the content's page:
BODY
html { overflow:hidden; }