步驟一、先在你的網頁中內置框架;複製語法貼於<body> </body>之間
<iframe name="content" frameborder="0" width="400" height="300" scrolling="yes" src="home.html" allowtransparency="true"></iframe>
**參數解說:
- name="content" :框架名稱
- height="300" width="400" :設定框架的高度及寛度
- scrolling="yes" :框架是否有捲軸
- src="home.html" :框架首次顯示的內容網頁
<style type="text/css">
<!-- body{background-color:transparent}
-->
</style>
-->
< 語法參考來源>OECSPACE 網站
沒有留言:
張貼留言