Note that there are some explanatory texts on larger screens.

plurals
  1. POCSS Float Drop in IE?
    primarykey
    data
    text
    <p>Having a problem in older versions of IE. I have three left floated divs above three floated divs, both in seperate wrappers. The lower divs are overlapping the upper ones in older versions of IE. Safari, mobile, and firefox its fine.</p> <p>Please help.</p> <p>My code:</p> <pre><code>#header { z-index: 1000; background-image: background-repeat: repeat-x; height: 39px; margin-right: auto; margin-left: auto; } #wrapper { background-position: center bottom; background-repeat: no-repeat; width: 980px; margin-right: auto; margin-left: auto; height: 650px; } #headwrapper { margin-right: auto; margin-left: auto; height: 39px; width: 900px; background-position: left; background-repeat: no-repeat; } #slidercontainer { padding-top: 20px; float: right; background-repeat: repeat; background-image: padding-right: 50px; height: 280px; width: 750px; background-color: black; } #botwinleft { padding-left: 20px; padding-top: 30px; border-left-style: none; border-bottom-style: none; border-right-style: none; border-top-style: none; float: left; height: 335px; width: 410px; } #botwinleft h3 { text-shadow: 3px 3px #e1e1e1; color: #da1922; } #botwincenter { border-left-style: none; border-bottom-style: none; border-right-style: none; border-top-style: none; height: 365px; float: left; width: 95px; } #botwinright { padding-top: 50px; border-left-style: none; border-bottom-style: none; border-right-style: none; border-top-style: none; background-repeat: no-repeat; height: 315px; float: left; width: 445px; } body { background-image: background-color: black; background-repeat: repeat; padding: 0px; margin: 0px; } #left { background-image: background-repeat: repeat; padding-right: 20px; padding-left: 40px; border-style: none; height: 250px; float: left; width: 239px; } #left img { padding-right: 15px; } #center { background-image: background-repeat: repeat; padding-right: 20px; padding-left: 20px; border-style: none; height: 250px; float: left; width: 260px; } #center img { padding-right: 15px; } #right { background-image: background-repeat: repeat; border-style: none; height: 250px; float: left; width: 375px; } #right img { padding-right: 15px; } #footer { border-top-style: groove; border-top-color: #4c4c4c; border-top-width: 2px; background-image: background-repeat: repeat; clear: both; height: 150px; margin-right: auto; margin-left: auto; } #nav { background-image: background-repeat: repeat-y; height: 300px; float: left; width: 150px; } #menu { padding: 0px; margin: 0px; width: 0px; } #menu li { list-style-type: none; margin:0 0 0.25em 0; } #menu a, #menu a:visited { background-color: #4c4c4c; display:block; width:9em; text-align: center; text-decoration:none; color:#eee; } #menu a:hover { background: #ddd; color: red; } #leftfloat { border-left-style: none; border-bottom-style: groove; border-right-style: none; border-top-style: none; border-bottom-color: #595959; border-bottom-width: 3px; background-image: background-repeat: repeat; height: 300px; background-color: #858585; margin-left: auto; } #bottomwrap { background-position: 0 bottom; background-image: background-repeat: no-repeat; height: 700px; margin-right: auto; margin-left: auto; width: 980px; } #lowerbackground { border-top-style: none; background-image: background-position: 0 bottom; background-repeat: repeat-x; height: 700px; margin-right: auto; margin-left: auto; } &lt;/style&gt; &lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&gt; &lt;title&gt;&lt;/title&gt; &lt;/head&gt; &lt;body&gt; &lt;div id="header"&gt; &lt;div id="headwrapper"&gt;&lt;/div&gt; &lt;/div&gt; &lt;div id="leftfloat"&gt; &lt;div id="wrapper"&gt; &lt;div id="nav"&gt; menu here &lt;/div&gt; &lt;div id="slidercontainer"&gt; &lt;div id="slider"&gt; &lt;ul&gt; images here &lt;/ul&gt; &lt;/div&gt; &lt;/div&gt; &lt;div id="botwinleft"&gt; &lt;h3&gt;Welcome to S &amp; L Motors&lt;/h3&gt; &lt;p&gt;text here&lt;/p&gt;&lt;/div&gt; &lt;div id="botwincenter"&gt;&lt;/div&gt; &lt;div id="botwinright"&gt;&lt;iframe width="325" height="250" frameborder="0" &gt;View Larger Map&lt;/a&gt;&lt;/small&gt;&lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;div id="lowerbackground"&gt; &lt;div id="bottomwrap"&gt; &lt;div id="left"&gt; &lt;h3 align="center"&gt;Great Service&lt;/h3&gt; &lt;p&gt;text here &lt;/p&gt; &lt;/div&gt; &lt;div id="center"&gt; &lt;h3 align="center"&gt;Weekend Work&lt;/h3&gt; &lt;p&gt;text here.&lt;/p&gt; &lt;/div&gt; &lt;div id="right"&gt; &lt;h3 align="center"&gt;Expert Staff&lt;/h3&gt; &lt;p&gt;texte.&lt;/p&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;div id="footer"&gt;&lt;/div&gt; &lt;/body&gt; &lt;/html&gt; </code></pre> <p>EDIT:</p> <p>Ok thanks very much for the suggestions and sorry about the dup post. I tried all of those suggestions as well as xml1 transitional doctype and html 4.01 transitional and nothing has worked???</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.
 

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