Note that there are some explanatory texts on larger screens.

plurals
  1. POIE7 CSS issue with overlapping divs
    primarykey
    data
    text
    <p>I have this page: <a href="http://jsfiddle.net/aJNAw/1/" rel="nofollow">http://jsfiddle.net/aJNAw/1/</a></p> <pre><code>&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt; &lt;html xmlns="http://www.w3.org/1999/xhtml"&gt; &lt;head&gt; &lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&gt; &lt;title&gt;Untitled Document&lt;/title&gt; &lt;style type="text/css"&gt; .wrapper { width:960px; margin:0px auto; overflow:hidden; } .page_header_billboard { background: #669933; height: 376px; width:960px; } .homebox { float:right; clear:right; position:relative; right:20px; top:36px; overflow:hidden; } .homebox a { background:#ccc; display:block; width:200px; height:100px; text-align:center; text-decoration:none; opacity:0.6; filter:Alpha(opacity=60); } .homebox a:hover { opacity:0.8; filter:Alpha(opacity=80); } .homebox a span { display:inline-block; color:#333; line-height:27px; } .homebox_middle { margin:1px 0; } &lt;/style&gt; &lt;/head&gt; &lt;body&gt; &lt;div class="wrapper"&gt; &lt;div class="homebox"&gt; &lt;a href="#" class="homebox_first"&gt;&lt;/a&gt; &lt;a href="#" class="homebox_middle"&gt;&lt;/a&gt; &lt;a href="#" class="homebox_last"&gt;&lt;/a&gt; &lt;/div&gt; &lt;div class="page_header_billboard"&gt;&lt;/div&gt; &lt;/div&gt; &lt;/body&gt; &lt;/html&gt; </code></pre> <p>and the layout doesn't work in IE7 but it's fine in other browsers (chrome, firefox).</p> <p>Would anyone be able to help?</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