admin管理员组文章数量:1301527
I currently have this Embedded Code on a SharePoint site that I am developing.
Despite the below code partially working, I still have the following problem
With Scrolling set to no, the vertical scrollbar is still showing?
Despite amending the px setting on both the width and height I'm unable to target a specific part of the SRC to show, I want the viewport to clip to a specific part of the src that is 100px
from the top and 200px
from the left.
I have tried to amend the existing code but have been unable to make the precise adjustments needed.
<main>
<div style="position: relative; width: 1px; height: 10px; top: padding-top: 10%; padding-bottom: 0px; box-shadow: 0 2px 8px 0 rgba(63,69,81,0.16); margin-top: 50px; margin-bottom: 0.9em; overflow: hidden; border-radius: 0px; will-change: transform;">
<iframe id="iFrame"
style="position: absolute; width: 1000px; height: 30px; top: -10; left: 0; border: none; padding: 0;margin: 0;"
src="'NEW'%20(DS).aspx"
allowfullscreen="allowfullscreen"
allow="fullscreen"
scrolling="no"
frameborder="0">
</iframe>
</div>
</main>
本文标签: cssHow do I Embed code to Hide both Scrollbars and show specific area of SRCStack Overflow
版权声明:本文标题:css - How do I Embed code to Hide both Scrollbars and show specific area of SRC? - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1741677540a2391973.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论