Note that there are some explanatory texts on larger screens.

plurals
  1. POCSS/HTML Page Width
    primarykey
    data
    text
    <p>(No answers have worked as of yet, please keep answering)</p> <p><a href="http://gyazo.com/952d354b05e4a4a4cef08e74f8b0253d" rel="nofollow">http://gyazo.com/952d354b05e4a4a4cef08e74f8b0253d</a></p> <p><a href="http://gyazo.com/e8cc5ae0bcd0464eb074c4674d2896fb" rel="nofollow">http://gyazo.com/e8cc5ae0bcd0464eb074c4674d2896fb</a></p> <p>As you can see from these images, I have created the navbar for my website but my website is too wide, it means that you have to scroll to reach the end of it, how would I change the width so it only goes up to the end of the navbar?</p> <p>That is all my CSS for the navbar that I have used:</p> <pre><code> #title { position:relative; margin:17px 1680px 30px 15px; } #banner { border:1px solid #4A4A4A; width:1903; height:110; background-color:#4A4A4A; margin-left:0px; position:absolute; top:-10px; border-radius:15px; } #navbar { position:fixed; left:50%; margin-top:2px; } ul { list-style-type:none; margin:-115px; } li { display:inline; padding:9px; border:4px solid; font-family:Bebas; font-size:25px; font-weight:bold; color:#FFFFFF; border-radius:10px; background-color:#000000; margin-left:2.5em; } </code></pre> <p>This is my HTML code aswell:</p> <pre><code> &lt;html&gt; &lt;head&gt; &lt;link type="text/css" rel="stylesheet" href="todd.css"/&gt; &lt;title&gt;Home&lt;/title&gt; &lt;/head&gt; &lt;body bgcolor="#ABABAB"&gt; &lt;div&gt; &lt;div id="banner"&gt; &lt;a href="file:///C:/Users/Todd/Desktop/todd.html"&gt;&lt;img src="file:///C:/Users/Todd/Desktop/Todd.png" id="title"&gt;&lt;/a&gt; &lt;div id="navbar"&gt; &lt;ul&gt; &lt;a href="file:///C:/Users/Todd/Desktop/todd.html"&gt;&lt;li&gt;Home&lt;/li&gt;&lt;/a&gt; &lt;li&gt;Not Finished&lt;/li&gt; &lt;li&gt;Not Finished&lt;/li&gt; &lt;li&gt;Not Finished&lt;/li&gt; &lt;ul&gt; &lt;/div&gt; &lt;/img&gt; &lt;/div&gt; &lt;/div&gt; &lt;/body&gt; &lt;/html&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    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.
 

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