<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1029263" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1029263</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-site-2-column-header#comment-1171333</link>
    <description> &lt;p&gt;Quick conceptual CSS point about this: Why use classes to distinguish the div elements? Surely these should be id&#039;s as you aren&#039;t going to have more than one header (etc.) I can&#039;t imagine anything will go wrong because of this but it&#039;s good practice and will make your code more readable when you start defining CSS for different types of content.&lt;/p&gt;
 </description>
     <pubDate>Wed, 18 May 2005 12:27:36 +0000</pubDate>
 <dc:creator>JeevesBond</dc:creator>
 <guid isPermaLink="false">comment 1171333 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-site-2-column-header#comment-1171310</link>
    <description> &lt;p&gt;just check out the source of &lt;a href=&quot;http://www.orangedropcreative.com/lib/&quot; class=&quot;bb-url&quot;&gt;http://www.orangedropcreative.com/lib/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I beleive it&#039;s what you want, only everything is left aligned instead.&lt;/p&gt;
 </description>
     <pubDate>Tue, 17 May 2005 21:53:33 +0000</pubDate>
 <dc:creator>Dragon of Ice</dc:creator>
 <guid isPermaLink="false">comment 1171310 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-site-2-column-header#comment-1171286</link>
    <description> &lt;p&gt;Ok, here&#039;s how I do it. It&#039;s not completely safe and you have to be careful with it but here&#039;s how it works at &lt;a href=&quot;http://assassin.cjb.cc&quot; class=&quot;bb-url&quot;&gt;http://assassin.cjb.cc&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;NOTE: I use absolute position and this can be very picky when it comes to inter-resolution display! I&#039;m only posting it because the right side of the content floats as was per request. Also, it may be wise to throw a container div around the entire thing as containers are never bad ideas.&lt;/p&gt;
&lt;p&gt;header code here&lt;/p&gt;
&lt;p&gt;links here&lt;/p&gt;
&lt;p&gt;the css has to be precisely aligned now. This means absolute positioning&lt;/p&gt;
&lt;p&gt;.header {&lt;br /&gt;
  height: 150px;&lt;br /&gt;
  width: 800px;&lt;br /&gt;
}&lt;br /&gt;
.links {&lt;br /&gt;
  position: absolute;&lt;br /&gt;
  top: 150px;&lt;br /&gt;
  width: 150px;&lt;br /&gt;
}&lt;br /&gt;
.content{&lt;br /&gt;
  position: absolute;&lt;br /&gt;
  top: 150px;&lt;br /&gt;
  right: 150px;&lt;br /&gt;
}&lt;/p&gt;
 </description>
     <pubDate>Tue, 17 May 2005 02:01:11 +0000</pubDate>
 <dc:creator>Assassin</dc:creator>
 <guid isPermaLink="false">comment 1171286 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-site-2-column-header#comment-1171272</link>
    <description> &lt;p&gt;having a fixed size div and a fluid div side by side is usually problematic. The Safest way is to use percentage for both and float the smaller container to the right.&lt;/p&gt;
&lt;p&gt;like so &lt;a href=&quot;http://www.candsdesign.co.uk/page-templates/two-column/float-right/layout.asp&quot; class=&quot;bb-url&quot;&gt;Two column floated right&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Mon, 16 May 2005 22:02:24 +0000</pubDate>
 <dc:creator>chrishirst</dc:creator>
 <guid isPermaLink="false">comment 1171272 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-site-2-column-header#comment-1171248</link>
    <description> &lt;p&gt;Upon rereading, I think he&#039;s pretty clear.&lt;/p&gt;
&lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote: The right-hand side should be about 300px wide, and this should be fixed to the right, which when we resize the window, the left-hand resizes and refits the text appropriately&lt;/p&gt;&lt;/blockquote&gt;
 </description>
     <pubDate>Mon, 16 May 2005 19:11:05 +0000</pubDate>
 <dc:creator>timjpriebe</dc:creator>
 <guid isPermaLink="false">comment 1171248 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-site-2-column-header#comment-1171245</link>
    <description> &lt;p&gt;Paul, could you confirm what you want, please?&lt;/p&gt;
 </description>
     <pubDate>Mon, 16 May 2005 18:47:06 +0000</pubDate>
 <dc:creator>02bunced</dc:creator>
 <guid isPermaLink="false">comment 1171245 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-site-2-column-header#comment-1171242</link>
    <description> &lt;p&gt;I may be misunderstanding Paul, but I believe what he wanted was a main div that resizes with the window. He wants one column to be a specific pixel size and the other to dynamically resize with the window. Yours does not resize with the window.&lt;/p&gt;
&lt;p&gt;I&#039;d be interested in knowing how to do this also. As a relatively newbie to CSS, I&#039;ve not yet figured this one out.&lt;/p&gt;
 </description>
     <pubDate>Mon, 16 May 2005 17:24:05 +0000</pubDate>
 <dc:creator>timjpriebe</dc:creator>
 <guid isPermaLink="false">comment 1171242 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-site-2-column-header#comment-1171240</link>
    <description> &lt;p&gt;You need to create an all-embodying div, and then do sub divs&lt;/p&gt;
&lt;p&gt;ie&lt;/p&gt;
&lt;p&gt;The css would look like so&lt;/p&gt;
&lt;p&gt;container { width: yourchoice }&lt;/p&gt;
&lt;p&gt;header {width: yourchoice; height: 80px }&lt;/p&gt;
&lt;p&gt;left { width: 240px; float: left; }&lt;/p&gt;
&lt;p&gt;main { margin-left: 250px; }&lt;/p&gt;
&lt;p&gt;For more info, look at &lt;a href=&quot;http://www.dodifferent.org.uk&quot; class=&quot;bb-url&quot;&gt;dodifferent.org.uk&lt;/a&gt;, and see what you can learn from the code there&lt;/p&gt;
 </description>
     <pubDate>Mon, 16 May 2005 16:43:34 +0000</pubDate>
 <dc:creator>02bunced</dc:creator>
 <guid isPermaLink="false">comment 1171240 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
