<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Div Fisso con css]]></title><description><![CDATA[<p dir="auto">Salve ho un problema, ho una barra superiore che al suo interno ha altri 3 div e volevo fissare l'intera top-bar fissa cambianto gli attributi absolute e relative in fixed ma ho un problema, mi toglie il float degli elementi sottostanti, come posso fare?</p>
]]></description><link>https://connect.gt/topic/173327/div-fisso-con-css</link><generator>RSS for Node</generator><lastBuildDate>Mon, 08 Jun 2026 08:51:36 GMT</lastBuildDate><atom:link href="https://connect.gt/topic/173327.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 25 Jun 2012 08:28:19 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Div Fisso con css on Tue, 26 Jun 2012 15:28:41 GMT]]></title><description><![CDATA[<p dir="auto">Grazie mille oggi lo provo</p>
]]></description><link>https://connect.gt/post/1075688</link><guid isPermaLink="true">https://connect.gt/post/1075688</guid><dc:creator><![CDATA[andreadragotta]]></dc:creator><pubDate>Tue, 26 Jun 2012 15:28:41 GMT</pubDate></item><item><title><![CDATA[Reply to Div Fisso con css on Tue, 26 Jun 2012 12:58:59 GMT]]></title><description><![CDATA[<p dir="auto">Io ho fatto una prova veloce e nessun browser toglie i float:</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="it" lang="it" dir="ltr"&gt;
&lt;head&gt;
&lt;style type="text/css"&gt;
html, body {
margin: 0;
padding: 0;
}
.scroll {
margin: 0 auto;
width: 600px;
height: 2000px;
border: 10px dotted;
background: orange;
}
.fisso {
position: fixed;
width: 100%;
padding: 10px;
background: silver;
}
.interno {
float: left;
width: 100px;
height: 100px;
margin-right: 10px;
background: white;
}
&lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;div class="fisso"&gt;
&lt;div class="interno"&gt;&lt;/div&gt;
&lt;div class="interno"&gt;&lt;/div&gt;
&lt;div class="interno"&gt;&lt;/div&gt;
&lt;div class="interno"&gt;&lt;/div&gt;
&lt;div class="interno"&gt;&lt;/div&gt;
&lt;div class="interno"&gt;&lt;/div&gt;
&lt;div class="interno"&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class="scroll"&gt;&lt;/div&gt;
&lt;/body&gt;
&lt;/html&gt;

</code></pre>
<p dir="auto">Oppure ho capito male io?</p>
]]></description><link>https://connect.gt/post/1075687</link><guid isPermaLink="true">https://connect.gt/post/1075687</guid><dc:creator><![CDATA[tigrone]]></dc:creator><pubDate>Tue, 26 Jun 2012 12:58:59 GMT</pubDate></item></channel></rss>