2014-01-30 103 views

回答

0

應用overflow-x: hidden;#container代替

#container { overflow-x: hidden; overflow-y: auto; } 
0

iframe<div id="nav">有一個屬性margin-left: 12px;是套管這個問題。 請看這裏如果你沒有控制iframe中的內容加載,你如何改變iframe中的css。 How to apply CSS to iframe?

0

滾動屬性指定是否在iframe中顯示滾動條。

scrolling="no" 

通常情況下,當內容大於iframe時,滾動條會出現。

<iframe src="/default.html" width="700" height="700" scrolling="no"> 

這將隱藏的iframe

滾動條