More Info

Popup iFrame Scroll

This version of the iframe modal should be used when there is a large amount of content to be display which would cause the modal to overlow the browser or device window.
The modal is given a fixed height and the content will scroll.
The widget contains code to allow the content to scroll when the page is viewed on an iPad. In this case, the modal should have its width and height set to less than the iPad's screen size. A width and height of 700px will allow it to be viewed in both portrait and landscape mode.
The widget can open either an internal or external page in the modal.

NOTE: When creating content to be displayed in an iframe, be aware that any links in that content will open in the frame too. To avoid this, the link should have a target=_"top" added like thise …

<a href="page-name.html" target="_top">Link Text</a>

This will cause the link to break out of the frame and open in a full size browser window.

EverWeb Widgets