Add scrolling attribute for iframe
hi,
i have below html
<div class= "a">
<iframe src="http://abc.html" width="100%" height="100%"> </iframe>
</div>
in ie i'm seeing scrollbar iframe.
can add attribute scrolling=no dynamically using jquery.
i tried below
$("iframe:contains('src')").attr('scrolling', 'no');
$ (".a").setattribute("scrolling", "no");
$('iframe').attr("scrolling", no);
thanks,
naren.
More discussions in Archived Spaces
adobe
Comments
Post a Comment