Iframe {margin:none;padding:none;}
//inside the content there is 2 column separated into div
#left{margin-left 80px}
#right {marigin-right 50px}
但似乎我的内容顶部有空格,有什么帮助吗?
答案 0 :(得分:1)
也可以在实际的iframe上设置:
<iframe marginheight="0" marginwidth="0" />
否则,您的iFrame中的内容会导致它,它最有可能是iFrame中需要设置的内容的body { margin-top:0; }
。