iFRAME Scrollbars
iFRAME Scrollbars
Out of context: Reply #4
- Started
- Last post
- 8 Responses
- gabe0
scroll="auto" will also add a scrollbar. i think IE for Mac adds a 15 pixel border to the right side of the page.
http://developer.apple.com/inter…
if you don't want to use JS, i think you can surround your content with overflow: hidden; thus clipping off any content that appears outside of the boundires of the iframe.
all of this code needs to be within the pages displayed in the iframe, not in the page that contains the iframe src itself.