I’m working with a partner site that does not have bandwidth to make customizations on their end.
I would like to use there site in a frame, under another frame w/ an updated header and logo that will be hosted on my site…
Is there a way I can make the 2nd frame start about an inch down on the target html page so as to not show both my new frame based header, and the original header on the site?
I’m guessing the way to do this is to hide the real scroll-bar in the frame, and replace it with a javascript controlled scroll-bar that lives in the outer-frame?
You can create a mask for the iframe. Make the iframe as big as the content you would like to display, then hide the top behind a div’s boundaries like so.