作者abgne (abgne)
看板Web_Design
标题Re: [问题] iframe 隐藏卷轴设定
时间Wed Jan 25 13:48:12 2006
※ 引述《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
1F:推 boymike:请问如果只想取消X轴的scroll bar 又该怎麽设定呢? 01/26 03:00
2F:→ abgne:在你aboutus1.html中的body加style="overflow-x:hidden" 01/26 13:40