hi everyone im trying out something i read here, about how to autoresize an iframe to fit content hosted on a different server: http://css-tricks.com/cross-domain-iframe-resizing/ here's my test page, it's a wp site: http://winninghealthsolutions.com/test-iframe-autoresize/ (I use css-tricks.com's example for the page inside the iframe - it's just there for an example; my actual iframe i want to put here won't be constantly changing size all the time, it will only change size on new page load.) as you can see (im looking on ff) the containing div (the white box that holds all the main content, including the resizing iframe, on this page: http://winninghealthsolutions.com/test-iframe-autoresize/ ) doesn't 'wrap' the iframe when it resizes, the iframe 'spills out'. can anyone tell me how to make that content box hold the iframe properly? i think it may be a css fix to the white container box surrounding the iframe, or otherwise attributing the same height to the white containing box as the iframe (which changes using javascript depending on the height of the external domain content within it) using javascript or something. the original script in the css-tricks link above may be a good reference. it would be so so so helpful if someone could let me know Thanks v much