<?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[faux columns]]></title><description><![CDATA[<p dir="auto">Ciao a tutti,</p>
<p dir="auto">ho un problema con una tecnica stravecchia che ormai dovrei aver imparato, eppure...</p>
<p dir="auto">Ecco il codice di esempio:</p>
<pre><code>&lt;html&gt;
&lt;head&gt;
&lt;title&gt;&lt;/title&gt;
&lt;style type="text/css"&gt;
body{
width:976px;
margin:0 auto;
}
<a class="plugin-hashtag-a" href="https://connect.gt/hashtags/cols">#cols</a>{
    width:976px;
    float:left;
    background-image: url('bgcols.png');
    background-repeat: repeat-y;
    background-attachment:fixed;
    background-position: 80% 0; 
}
<a class="plugin-hashtag-a" href="https://connect.gt/hashtags/main">#main</a>{
  float:left; 
  width:80%;
  background-color: transparent;
}
<a class="plugin-hashtag-a" href="https://connect.gt/hashtags/side">#side</a>{
  margin-top:1em;
  padding:0 5px 0 0;
  float:right;
  text-align:right;
  width:20%;
  margin-left:-6px;
  background-color:transparent;
  border-left:1px solid red;
}
&lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;div id="cols"&gt;
&lt;div id="main"&gt;
&lt;h1&gt;Lorem&lt;/h1&gt;
&lt;p&gt;ipsum dolor sit amet&lt;/p&gt;
&lt;/div&gt;
&lt;div id="side"&gt;
&lt;ul&gt;
&lt;li&gt;uno&lt;/li&gt;
&lt;li&gt;due&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/body&gt;
&lt;/html&gt;
```Ed ecco cosa ne risulta: 

Perché anziché essere posizionata all'80% del div cols, l'immagine viene posizionata all'80% della pagina (di html, direi...)
mi lascia un po' perplesso...

Grazie!</code></pre>
]]></description><link>https://connect.gt/topic/96138/faux-columns</link><generator>RSS for Node</generator><lastBuildDate>Sat, 16 May 2026 20:41:45 GMT</lastBuildDate><atom:link href="https://connect.gt/topic/96138.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 02 Mar 2009 22:43:32 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to faux columns on Tue, 03 Mar 2009 22:03:52 GMT]]></title><description><![CDATA[<p dir="auto">Ma... Anziché "curare le maiuscole", non potevi anche darmi una dritta?<br />
A parte gli scherzi, farò attenzione.</p>
]]></description><link>https://connect.gt/post/813598</link><guid isPermaLink="true">https://connect.gt/post/813598</guid><dc:creator><![CDATA[joey.santiago]]></dc:creator><pubDate>Tue, 03 Mar 2009 22:03:52 GMT</pubDate></item></channel></rss>