Note that there are some explanatory texts on larger screens.

plurals
  1. POhtml, css - weird invisible margin below pictures
    primarykey
    data
    text
    <p>i’m going bananas here, somehow below all of my images in my page there is a gap, a margin wich isn’t there in the code. Even Firebug can’t see it but Firefox and Safari are rendering it - EVEN WITHOUT CSS AT ALL!</p> <p>Never happend to me before...!</p> <pre><code>&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"&gt; &lt;html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"&gt; &lt;head&gt; &lt;meta http-equiv="content-type" content="text/html; charset=utf-8" /&gt; &lt;title&gt;Paranoid&lt;/title&gt; &lt;link rel="stylesheet" href="includes/style.css" type="text/css" /&gt; &lt;/head&gt; &lt;body&gt; &lt;div id="container"&gt; &lt;div id="sidebar"&gt; &lt;img src="images/logo.png" id="logo" /&gt; &lt;ul id="menu"&gt; &lt;li class="menu1"&gt;Main&lt;/li&gt; &lt;li class="menu1"&gt;System&lt;/li&gt; &lt;li class="menu1"&gt;View&lt;/li&gt; &lt;li class="menu1"&gt;Policy&lt;/li&gt; &lt;/ul&gt; &lt;div id="sidebar_bottom"&gt;&lt;/div&gt; &lt;/div&gt; &lt;div id="main_content"&gt;&lt;/div&gt; &lt;div class="clear"&gt;&lt;/div&gt; &lt;/div&gt; &lt;/body&gt; &lt;/html&gt; body{ background: #497e9f url(../images/bg.png) repeat-x top; } #container{ width:864px; margin: 8px auto 0 auto; } #sidebar{ /*width:139px;*/ float: left; } #sidebar_bottom{ height:10px; background: url(../images/sidebar_bottom_bg.png) bottom left no-repeat; } #sidebar #logo{ margin-bottom: 2px; } #sidebar #menu{ background: #f2f2f2; border: 0 1px solid #cecece; margin: 0; list-style: none; } </code></pre>
    singulars
    1. This table or related slice is empty.
    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.
 

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