html中對于iframe如何嵌套頁面的案例區(qū)分
發(fā)表時間:2023-12-30 來源:明輝站整理相關(guān)軟件相關(guān)文章人氣:
[摘要]把iframe嵌套的網(wǎng)頁放在某一位置,只需在iframe外加個框,改變框的位置即可,如:<!doctype html><html lang="zh"><head><meta charset="UTF-8">&l...
把iframe嵌套的網(wǎng)頁放在某一位置,只需在iframe外加個框,改變框的位置即可,如:
<!doctype html>
<html lang="zh">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>
</title>
</head>
<body>
<p class="main">
<iframe src="http://www.bootcss.com/" onload="changeFrameHeight()" id="myiframe" scrolling="yes" frameborder="0">
</iframe>
</p>
</body>
css如下:
<style type="text/css">
*{ padding: 0; margin: 0;}
body{background: green}
.main{ width: 80%; height: 500px; margin: 0 auto;}
.main iframe{ display: block; width:100%; height: 100%;}
</style>
效果如圖:
以上就是html中關(guān)于iframe如何嵌套網(wǎng)頁的實(shí)例分析的詳細(xì)內(nèi)容,更多請關(guān)注php中文網(wǎng)其它相關(guān)文章!
網(wǎng)站建設(shè)是一個廣義的術(shù)語,涵蓋了許多不同的技能和學(xué)科中所使用的生產(chǎn)和維護(hù)的網(wǎng)站。