<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://fbb.just4test.de/extern.php?action=feed&amp;tid=325&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Informationen für CMS/made simple / [GELÖST] Spaltenaufteilung mit gleichen Höhen]]></title>
		<link>http://www.cmsmadesimple.de/forum/viewtopic.php?id=325</link>
		<description><![CDATA[Die aktuellsten Beiträge in [GELÖST] Spaltenaufteilung mit gleichen Höhen.]]></description>
		<lastBuildDate>Mon, 24 Jan 2011 13:57:46 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [GELÖST] Spaltenaufteilung mit gleichen Höhen]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=2507#p2507</link>
			<description><![CDATA[<p>1. <a href="http://www.quirksmode.org/css/display.html" rel="nofollow">http://www.quirksmode.org/css/display.html</a><br />2. es geht um die gleiche Höhe&#160; nicht um die Aufteilung als solches.</p>]]></description>
			<author><![CDATA[dummy@example.com (piratos)]]></author>
			<pubDate>Mon, 24 Jan 2011 13:57:46 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=2507#p2507</guid>
		</item>
		<item>
			<title><![CDATA[Re: [GELÖST] Spaltenaufteilung mit gleichen Höhen]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=2503#p2503</link>
			<description><![CDATA[<p>ich weiß nicht ob es auch bis zum IE 5.5 runter läuft, aber ich lös das relativ einfach mit<br />einem div mit: display:table;</p>]]></description>
			<author><![CDATA[dummy@example.com (owr_web)]]></author>
			<pubDate>Mon, 24 Jan 2011 12:48:18 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=2503#p2503</guid>
		</item>
		<item>
			<title><![CDATA[[GELÖST] Spaltenaufteilung mit gleichen Höhen]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=2500#p2500</link>
			<description><![CDATA[<p>Das ist immer ein beliebtes Thema - Aufteilung eines Bereiches mit gleicher Höhe.</p><p>Das habe ich für mich komplett gelöst.</p><p>CSS-Beispiel:</p><div class="codebox"><pre class="vscroll"><code>#drei { 
            overflow: hidden;
            
            background-color: #ffffff;
            background-image: -moz-linear-gradient(
                left, 
                #ffffff, 
                #ffffff 33.2%,
                #ffffff 33.2%,
                #ffffff 66.4%,
                #ffffff 66.4%,
                #ffffff 100%
            );
            
            background-image: -webkit-gradient(
                linear,
                left top,
                right top,
                
                color-stop(0, #ffffff),
                color-stop(33.2%, #ffffff),
                color-stop(33.2%, #ffffff),
                color-stop(66.4%, #ffffff),
                color-stop(66.4%, #ffffff),
                color-stop(100%, #ffffff)
            );   
        
        }
        #drei .col {
            width: 30%; float: left; padding: 1.6%;
        }</code></pre></div><p>html- Template:</p><div class="codebox"><pre><code>&lt;div id=&quot;drei&quot; class=&quot;group&quot;&gt; 
&lt;div class=&quot;col&quot;&gt; {$block1}&lt;/div&gt; 
&lt;div class=&quot;col&quot;&gt; {$block2}&lt;/div&gt; 
&lt;div class=&quot;col&quot;&gt; {$block3}&lt;/div&gt; 
&lt;/div&gt; </code></pre></div><p>Beispiel zu sehen:</p><p><a href="http://innovativewebsites.de/index.php?2" rel="nofollow">http://innovativewebsites.de/index.php?2</a></p><p>Und - das wichtigste - läuft runter selbst bis zum gammligen IE 5.5</p><p>Test unter : <a href="http://meineipadresse.de/netrenderer/index.php" rel="nofollow">http://meineipadresse.de/netrenderer/index.php</a></p><p>Die Angaben entsprechen einem Fluid - System, die Wrapper - Breite ist jedoch fix eingestellt, so das die Prozentangaben stets auf gleiche Breiten hinaus laufen.</p>]]></description>
			<author><![CDATA[dummy@example.com (piratos)]]></author>
			<pubDate>Mon, 24 Jan 2011 12:33:30 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=2500#p2500</guid>
		</item>
	</channel>
</rss>
