Re: [問題] iframe 隱藏捲軸設定

看板Web_Design作者 (abgne)時間20年前 (2006/01/25 13:47), 編輯推噓1(101)
留言2則, 2人參與, 最新討論串2/2 (看更多)
※ 引述《boymike (好累阿@@" 團購加油)》之銘言: : 我想要隱藏 水平捲軸 : <iframe name="aboutus" src="aboutus1.html" frameborder="0" : width="525" height="260" style="overflow-x:hidden"></iframe> : 請問overflow部份寫錯嗎 ? : 他不會隱藏噎 要用scrolling="no"來設定隱藏.. <iframe name="aboutus" src="aboutus1.html" frameborder="0" width="525" height="260" scrolling="no"></iframe> -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 202.154.192.30

01/26 03:00, , 1F
請問如果只想取消X軸的scroll bar 又該怎麼設定呢?
01/26 03:00, 1F

01/26 13:40, , 2F
在你aboutus1.html中的body加style="overflow-x:hidden"
01/26 13:40, 2F
文章代碼(AID): #13rn3rIx (Web_Design)
討論串 (同標題文章)
本文引述了以下文章的的內容:
完整討論串 (本文為第 2 之 2 篇):
文章代碼(AID): #13rn3rIx (Web_Design)