﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>LearnExpression Support Forum / Expression Programs / Microsoft Expression Web  / CSS  Align three boxes horizontally with in the wrapper / Latest Posts</title><generator>InstantForum.NET v4.1.4</generator><description>LearnExpression Support Forum</description><link>http://forums.learnexpression.com/</link><webMaster>dustin@learnexpression.com</webMaster><lastBuildDate>Wed, 07 Jan 2009 14:53:21 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: CSS  Align three boxes horizontally with in the wrapper</title><link>http://forums.learnexpression.com/Topic122-8-1.aspx</link><description>You would clear them afterwards, with something like the footer, you wouldn't put a clear on each of them individually.</description><pubDate>Fri, 22 Aug 2008 14:25:09 GMT</pubDate><dc:creator>Dustin</dc:creator></item><item><title>RE: CSS  Align three boxes horizontally with in the wrapper</title><link>http://forums.learnexpression.com/Topic122-8-1.aspx</link><description>If you clear the floats, will the columns stay next to each other?  Wouldn't they drop back down without the float?</description><pubDate>Tue, 19 Aug 2008 07:37:39 GMT</pubDate><dc:creator>Doc</dc:creator></item><item><title>RE: CSS  Align three boxes horizontally with in the wrapper</title><link>http://forums.learnexpression.com/Topic122-8-1.aspx</link><description>Thanks Dustin,&lt;P&gt; you guys are doing great job here</description><pubDate>Mon, 23 Apr 2007 12:56:32 GMT</pubDate><dc:creator>cujoo</dc:creator></item><item><title>RE: CSS  Align three boxes horizontally with in the wrapper</title><link>http://forums.learnexpression.com/Topic122-8-1.aspx</link><description>Well I don't see anything jumping out in the code right away, but I would try floating them regardless.  I'm assuming the positioning is causing the problem, but I don't have anything here to test that out on right now.  I'd try something like this;&lt;P&gt;#first{&lt;BR&gt; width:250px;&lt;BR&gt; background-color:gray;&lt;BR&gt; float:left;&lt;BR&gt;}&lt;BR&gt;#second{&lt;BR&gt;margin-left:25px;&lt;BR&gt; width:250px;&lt;BR&gt; background-color:aqua;&lt;BR&gt; float:left;&lt;/P&gt;&lt;P&gt; }&lt;BR&gt;#three{&lt;BR&gt;margin-left:25px;&lt;BR&gt; width:250px;&lt;BR&gt; background-color:green;&lt;BR&gt;float:left;&lt;BR&gt;  }&lt;BR&gt;&lt;/P&gt;&lt;P&gt;You'll have to make sure you clear those floats eventually, and you might have to adjust the margin-lefts I put in there.</description><pubDate>Tue, 10 Apr 2007 12:34:13 GMT</pubDate><dc:creator>Dustin</dc:creator></item><item><title>CSS  Align three boxes horizontally with in the wrapper</title><link>http://forums.learnexpression.com/Topic122-8-1.aspx</link><description>I am trying to to align three boxes horizontally with in the subwrapper div.&lt;P&gt;but I am getting the third box out of the loop.&lt;/P&gt;&lt;P&gt;can any one help me on this&lt;/P&gt;&lt;P&gt;Here is my CSS code&lt;/P&gt;&lt;P&gt;/****************************CSS****************************/&lt;/P&gt;&lt;P&gt;#header{&lt;BR&gt; height:200px;background-color:maroon;&lt;BR&gt; width:800px;&lt;BR&gt;}&lt;/P&gt;&lt;P&gt;#wrapper{&lt;BR&gt;position:absolute;&lt;BR&gt; width:800px;&lt;BR&gt; margin:0px;padding:0px;&lt;BR&gt;}&lt;BR&gt;#first{&lt;BR&gt;    margin:0;padding:0; width:250px;&lt;BR&gt; background-color:gray;&lt;BR&gt; position:absolute;&lt;BR&gt;}&lt;BR&gt;#second{&lt;BR&gt;top:0;&lt;BR&gt;margin:0;padding:0;&lt;BR&gt; width:250px;&lt;BR&gt; background-color:aqua;&lt;BR&gt; position:relative;&lt;BR&gt; left:275px;&lt;BR&gt; }&lt;BR&gt;#three{&lt;BR&gt;margin:0;padding:0;&lt;BR&gt; width:250px;&lt;BR&gt; background-color:green;&lt;BR&gt; left:550px;&lt;BR&gt; position:relative;&lt;BR&gt; top:0;&lt;BR&gt;  }&lt;BR&gt;  &lt;BR&gt;#footer{&lt;BR&gt; margin:0;padding:0;&lt;BR&gt; width:800px;&lt;BR&gt; height:100px;&lt;BR&gt; background-color:black;&lt;BR&gt;}&lt;BR&gt;.heading{&lt;BR&gt; background:olive;&lt;BR&gt; width:250px;&lt;BR&gt;}&lt;BR&gt;#subbody{&lt;BR&gt;background-color:teal;&lt;BR&gt;}&lt;/P&gt;&lt;P&gt;/******************* CSS file End********************/&lt;/P&gt;&lt;P&gt;/################# .aspx File ###################/&lt;/P&gt;&lt;P&gt;&amp;lt;html xmlns="&lt;A href="http://www.w3.org/1999/xhtml"&gt;http://www.w3.org/1999/xhtml&lt;/A&gt;"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;head&amp;gt;&lt;BR&gt;&amp;lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;link rel="stylesheet" type="text/css" href="default.css" /&amp;gt;&lt;BR&gt;&amp;lt;/head&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;body &amp;gt;&lt;BR&gt;&amp;lt;div id="wrapper"&amp;gt;&lt;BR&gt;     &amp;lt;div id="header"&amp;gt;&amp;lt;/div&amp;gt;&lt;BR&gt;     &amp;lt;div id="subwrapper"&amp;gt;&lt;BR&gt;           &amp;lt;div id="first"&amp;gt;&lt;BR&gt;               &amp;lt;div class="heading"&amp;gt;Movies1&amp;lt;/div&amp;gt;&lt;BR&gt;               &amp;lt;div id="subbody"&amp;gt;&lt;BR&gt;                 &amp;lt;ul&amp;gt;&lt;BR&gt;                    &amp;lt;li&amp;gt;link 1&amp;lt;/li&amp;gt;&lt;BR&gt;                    &amp;lt;li&amp;gt;link 1&amp;lt;/li&amp;gt;&lt;BR&gt;                    &amp;lt;li&amp;gt;link 1&amp;lt;/li&amp;gt;&lt;BR&gt;                 &amp;lt;/ul&amp;gt;&lt;BR&gt;               &amp;lt;/div&amp;gt;&lt;BR&gt;           &amp;lt;/div&amp;gt;&lt;BR&gt;           &amp;lt;div id="second"&amp;gt;&lt;BR&gt;            &amp;lt;div class="heading"&amp;gt;Movies2&amp;lt;/div&amp;gt;&lt;BR&gt;                &amp;lt;div id="subbody"&amp;gt;&lt;BR&gt;                  &amp;lt;ul&amp;gt;&lt;BR&gt;                    &amp;lt;li&amp;gt;link 1&amp;lt;/li&amp;gt;&lt;BR&gt;                    &amp;lt;li&amp;gt;link 1&amp;lt;/li&amp;gt;&lt;BR&gt;                    &amp;lt;li&amp;gt;link 1&amp;lt;/li&amp;gt;&lt;BR&gt;                   &amp;lt;/ul&amp;gt;&lt;BR&gt;                 &amp;lt;/div&amp;gt;&lt;BR&gt;               &amp;lt;/div&amp;gt;&lt;/P&gt;&lt;P&gt;            &amp;lt;div id="three"  &amp;gt;&lt;BR&gt;                &amp;lt;div class="heading"&amp;gt;Movies3&amp;lt;/div&amp;gt;&lt;BR&gt;                &amp;lt;div id="subbody"&amp;gt;&lt;BR&gt;                   &amp;lt;ul&amp;gt;&lt;BR&gt;                     &amp;lt;li&amp;gt;link 1&amp;lt;/li&amp;gt;&lt;BR&gt;                     &amp;lt;li&amp;gt;link 1&amp;lt;/li&amp;gt;&lt;BR&gt;                     &amp;lt;li&amp;gt;link 1&amp;lt;/li&amp;gt;&lt;BR&gt;                   &amp;lt;/ul&amp;gt;&lt;BR&gt;                &amp;lt;/div&amp;gt;&lt;BR&gt;             &amp;lt;/div&amp;gt;&lt;BR&gt;        &amp;lt;/div&amp;gt; &amp;lt;!-- sub wrapper Div end -----&amp;gt;&lt;BR&gt;    &amp;lt;div id="footer"&amp;gt;&amp;lt;/div&amp;gt;&lt;BR&gt;&amp;lt;/div&amp;gt;  &amp;lt;!-- wrapper end ------&amp;gt;&lt;BR&gt;&amp;lt;/body&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/html&amp;gt;&lt;BR&gt;&lt;/P&gt;&lt;P&gt;/################# .aspx File  End################/</description><pubDate>Thu, 05 Apr 2007 20:28:55 GMT</pubDate><dc:creator>cujoo</dc:creator></item></channel></rss>