jsFiddle, , , , , . , , . , iframe , scrollWidth, reset iframe 0px, scrollWidth. , scrollWidth , , ( scrollWidth width iframe).
jsFiddle. . :
var frame = document.getElementById("frame");
frame.onload = function () {
$("#frame").css("width", '0px');
$("#frame").css("width", frame.contentDocument.documentElement.scrollWidth + 'px');
}
jQuery, , , , , width iframe, frame.contentDocument.documentElement.scrollWidth of frame.contentDocument.body.scrollWidth. , html body, html body , iframe margins paddings.
Edit:
, , , Firefox, Chrome. , width iframe 0px scrollWidth, , overflow: visible iframe. . ( Chrome, Firefox, scrolling yes, overflow visible).
, reset width iframe, scrollWidth width . , width scrollWidth, , , , width iframe width .
: width iframe 0px ( - minimum width ) scrollWidth iframe, .