CSS doesn't descend into IFRAME'ed documents, those documents are controlled using their own CSS. You can control the scrollbar because that IFRAME tag is actually a tag of your page, and not of the IFRAME itself.
So you will have to have whatever document is being pulled in on the IFRAME load the CSS itself in order to adjust that page.
|