Note that there are some explanatory texts on larger screens.

plurals
  1. POcontent overlapping sidebar
    primarykey
    data
    text
    <p>I have content that is overlapping the sidebar. If you look at the margin and padding for the sidebar container, you'll see that I had to I've tried numerous things including adjusting the position, but nothing works- </p> <p>***EXAMPLE SCREENSHOT: <a href="http://tinyurl.com/cefamyt" rel="nofollow">http://tinyurl.com/cefamyt</a></p> <p>***WORKING EXAMPLE <a href="http://www.bestthrillermovielist.com/indextest.php#topofpage" rel="nofollow">http://www.bestthrillermovielist.com/indextest.php#topofpage</a></p> <p><em><strong>ALSO when I set the sidebar container to a set height, say, 4000px; instead of the way I currently have it, none of the movie content overlaps into the sidebar. I've tried to get the sidebar container to stretch the full height of the window to no avail</em></strong></p> <p>The content from #movieinfo is overlapping the content from the sidebar ONCE the sidebar content ends. The margin/padding on the #sidebarcontainer allow the sidebar to extend to the complete length of the screen, but for some reason, the #movieinfo content slides to the right underneath where the sidebar content ends.</p> <p>CSS:</p> <pre><code>#container { max-width:90%; margin-left:auto; margin-right:auto; margin-top:25px; overflow:hidden; } #movieinfo { padding-right:375px; margin-top:25px; display:inline; position:relative; } #sidebarcontainer { float: right; width:345px; background:#fff; margin-bottom: -5000px; padding-bottom: 5000px; height:100%; position:relative; } #movieright { float:right; width:340px; height:100%; } #movierightcontainer { float:right; width:100%; margin-bottom:8px; margin-top:0px; height:100%; padding: 0 2%; } .movienav { width: 320px; height: 430px; float: left; margin-right: 20px; position: relative; display:inline; margin-top:25px; margin-bottom:45px; } </code></pre> <p>HTML</p> <pre><code>&lt;div id="container"&gt; &lt;div id="movieinfo"&gt; &lt;?php include("sidebar.php");?&gt; &lt;div class="movienav"&gt;&lt;/div&gt; &lt;/div&gt; &lt;/div&gt; ***SIDEBAR.php*** &lt;div id="sidebarcontainer"&gt; &lt;div id="movierightcontainer"&gt; &lt;div id="movieright"&gt;&lt;/div&gt; &lt;/div&gt; &lt;/div&gt; </code></pre> <p>Any help is appreciated. </p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

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