html5 - Whitespace at the top inside iframe? -



html5 - Whitespace at the top inside iframe? -

iframe {margin:none;padding:none;} //inside content there 2 column separated div #left{margin-left 80px} #right {marigin-right 50px}

but seems there blank space @ top of content, help?

set on actual iframe too:

<iframe marginheight="0" marginwidth="0" />

otherwise, content in iframe causing it, it's body { margin-top:0; } content in iframe needs set.

html5 css3

Comments

Popular posts from this blog

formatting - SAS SQL Datepart function returning odd values -

c++ - Apple Mach-O Linker Error(Duplicate Symbols For Architecture armv7) -

php - Yii 2: Unable to find a class into the extension 'yii2-admin' -