Re: [問題] 請問有關iframe
※ 引述《bennylu (Benny)》之銘言:
: ※ 引述《Freundin (Freundin)》之銘言:
: : (我很認真爬文了...><~)
: : 我在網頁中插入iframe
: : 置中沒問題 也設了寬度
: : 當我連結某網頁到iframe時 出現了捲軸
: : 但是捲軸並非剛好在iframe的右邊靠齊
: : 有一條留白介於捲軸與iframe之間
: : 不知道是不是設定關係(對不起我是新手...><~)
: : 麻煩指教^_^
: <body>
: <iframe src="" marginwidth=0 marginheight=0></iframe>
: </body>
我有試過,可是結果沒變耶...
附上部份程式..
麻煩請指點><~ 謝謝..
<style type="text/css">
<!--
iframe {
left: 150px;
top: 100px;
overflow: scroll;
width: 680px;
height: 450px;
position: absolute;
}
</style>
<body>
<iframe name="iframe.htm" src="a.htm" marginwidth="0"
marginheight="0" ></iframe>
</body>
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 140.116.144.193
討論串 (同標題文章)
本文引述了以下文章的的內容:
完整討論串 (本文為第 3 之 4 篇):
Web_Design 近期熱門文章
PTT數位生活區 即時熱門文章