Note that there are some explanatory texts on larger screens.

plurals
  1. POMaking a website, text being moved and ie resizing header
    text
    copied!<p>Image - <img src="https://i.stack.imgur.com/7scAU.jpg" alt="enter image description here"></p> <p>Code - </p> <pre><code>&lt;html&gt; &lt;header&gt; &lt;style&gt; body { margin: 0px 0px 0px 0px; font-family: Arial, Helvetica, sans-serif; background-image:url('http://www.wallpaperpimper.com/wallpaper/Landscape/Plants/Leaf-In-Front-Of-Blur-1-1600x1200.jpg'); background-attachment: fixed; background-size:cover; } p { color:#fff; } #navi { position: fixed; top: 0; left: 0; z-index: 99; height: 25px; font-size: 15px; width: 100%; z-index: 1000; background-color:#505050; padding-top:3px; padding-left:2px; } #wrapper { width:100%; height:100%; } #header { Width:76%; height:20%; background-color: #303030 ; margin-top:3%; margin-left:12%; background-image:url('http://www.browsewallpapers.com/files/winter-landscape-landscape-7452.jpg'); background-size:cover; text-align: right; } #content { Width:50.5%; Height:100%; background-color: #303030 ; margin-left:12%; margin-top:0.5%; float:left; opacity:0.8; } #sidecontent { float:right; background-color: #303030 ; width:25%; height:40%; margin-right:12%; margin-top:0.5%; opacity:0.8; } &lt;/style&gt; &lt;/header&gt; &lt;body&gt; &lt;div id="navi"&gt; &lt;p&gt; HELLO &lt;/p&gt; &lt;/div&gt; &lt;div id="wrapper"&gt; &lt;div id="header"&gt; &lt;p&gt;Daily call&lt;/p&gt; &lt;/div&gt; &lt;div id="content"&gt; &lt;p&gt; THIS IS DOG&lt;/p&gt; &lt;/div&gt; &lt;div id="sidecontent"&gt; &lt;p&gt;no this is This is patrick&lt;/P&gt; &lt;/div&gt; &lt;/div&gt; &lt;/body&gt; &lt;/html&gt; </code></pre> <p>Everything works fine in opera, chrome and firefox push the text down and ie resizes the header.</p> <p>any idea how to fix this?</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload