欧美一区二区三区,国内熟女精品熟女A片视频小说,日本av网,小鲜肉男男GAY做受XXX网站

HTML iframe如何居中顯示(詳解居中iframe的方法)

江奕云2年前18瀏覽0評論

eee的方法。

一、使用CSS樣式居中顯示

e。具體方法如下:

<style type="text/css">e-wrapper {: absolute;

top: 50%;

left: 50%;sformslate(-50%, -50%);

}

</style>e-wrapper">eplee>

</div>

esforme-wrapper元素向上和向左移動50%的寬度和高度,使其居中顯示。

二、使用JavaScript居中顯示

e。具體方法如下:

<script type="text/javascript">ctionterIframe() {eententByIdye");eWidthe.offsetWidth;eHeighte.offsetHeight;WidthdownerWidth;HeightdownerHeight;eWidtheWidth) / 2 + "px";eHeighteHeight) / 2 + "px";

}dowloadction() {terIframe();

}dowresizection() {terIframe();

}

</script>e-wrapper">eyeplee>

</div>

terIframeeee的left和top值,使其居中顯示。

terIframee的位置,以保證其始終居中顯示。

ee居中顯示的問題。但是,在實際應(yīng)用中,我們需要根據(jù)具體情況選擇合適的方法。