Note that there are some explanatory texts on larger screens.

plurals
  1. POpositioning multiple images in various places around the page
    primarykey
    data
    text
    <p>Hi I am having problems positioning several images. It is very important that max height of the site stays at approximately 580 pixels as I want to give the impression of a picture frame around the site. I have attached a picture to show how exactly the site is laid out and where I want to position my images in the top, middle and bottom divs. I do not want to have them as background images because I want to have some as links and I want to have some jquery animations (i.e. fadeIn and toggle) with the other images. This is a fluid layout but I do not want the vertical width to expand when the browser is at the min width of 780px, I also would like that the images are some what centred on the page.</p> <p>I am still learning CSS so I have done the best I can but it is still out of position. </p> <p>Thanks for your help</p> <p>Site Layout Picture <img src="https://i.stack.imgur.com/ObElm.png" alt="Site Layout Picture"></p> <pre><code>.container { width: 100%; max-width: 1096px; min-width: 780px; margin: 0 auto;} .header { background:#231f20; height: 65px; } .sidebar1 { padding: 0px; float: left; width: 65px; background: #231f20; margin: 0; min-height: 450px;} .sidebar2 { float: right; width: 65px; background:#231f20; margin: 0; min-height: 450px;} .main_content{ padding: 0px; width: 80%; float: left; } .footer { height: 65px; background:#231f20; position: relative; } </code></pre> <p>HTML</p> <pre><code>&lt;body&gt; &lt;div class="container"&gt; &lt;div class="header"&gt;&lt;/div&gt; &lt;div class="sidebar1"&gt;&lt;/div&gt; &lt;div class="main_content"&gt; &lt;div class="top"&gt;&lt;/div&gt; &lt;div class=”middle"&gt;&lt;/div&gt; &lt;div class=”bottom"&gt;&lt;/div&gt; &lt;/div&gt; &lt;div class="sidebar2"&gt;&lt;/div&gt; &lt;/div&gt; &lt;/body&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.
    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