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
Post a Comment