Note that there are some explanatory texts on larger screens.

plurals
  1. POhow to create a fullscreen website design?
    primarykey
    data
    text
    <p>What i am trying to achieve is something like this: <a href="http://www.svkariburnu.com/" rel="nofollow">http://www.svkariburnu.com/</a>, i don't know if for this i should use only % in my css for my values or there is something more to it, what i want to do is to create for example a menu where the width is the same as the window, </p> <p>i tried already using % for the elements and it worked but how can i know the exact percentage to set the remain values where i want them to be? </p> <p>i looked and i found people who is using js to achieve this, is that necessary? </p> <p>This is my code so far:</p> <p>HTML:</p> <pre><code>&lt;div id="wrapper"&gt; &lt;div id="banner"&gt;&lt;/div&gt; &lt;div id="menu"&gt; &lt;div id="buttom"&gt;&lt;/div&gt; &lt;div id="buttom"&gt;&lt;/div&gt; &lt;div id="buttom"&gt;&lt;/div&gt; &lt;div id="buttom"&gt;&lt;/div&gt; &lt;div id="buttom"&gt;&lt;/div&gt; &lt;/div&gt; &lt;div id="iframe"&gt;&lt;/div&gt; &lt;/div&gt; </code></pre> <p>CSS example: </p> <pre><code> body{ background:#f7f7f7 url(../images/pattern.png) repeat top left; color:#000; font-family:'Georgia', 'Trebuchet MS', serif; font-size:12px; } #wrapper{ width:100%; height:900px; margin:auto; } #banner{ width:100%; height:200px; float:left; background-color:#333 } menu{ width:100%; height:50px; float:left; } #buttom{ width:20%; height:50px; float:left; background-color:#063; } </code></pre> <p>It worked but now for the iframe i dont know how to set it in the middle i don't want the iframe to be full width i need it to be at 80% having 10% at each side free, and so on, how can i manage that? is there a tutorial for this?</p> <p>Thanks in advance! </p>
    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.
    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