<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1033076" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1033076</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/2-coloumn-liquid-layout-problem#comment-1193450</link>
    <description> &lt;p&gt;Im not sure what difference it makes with not having a border?? And placing the tables in one big table puts me back to where i was initially when i actually want to try and use mainly CSS as opposed to tables. &lt;/p&gt;
&lt;p&gt;In reply to demonhale though, thanx very much to your last post it has now solved the stacking problem and the resolution problem!! Superb.&lt;/p&gt;
 </description>
     <pubDate>Wed, 15 Feb 2006 11:09:41 +0000</pubDate>
 <dc:creator>woodyl</dc:creator>
 <guid isPermaLink="false">comment 1193450 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/2-coloumn-liquid-layout-problem#comment-1193387</link>
    <description> &lt;p&gt;If you want the second table next to the first you need to wrap them in another table, an easier way would be to just use one table and make use of rowspan and colspan.&lt;/p&gt;
&lt;p&gt;One of the reasons it&#039;s not working is you dont have border, cellpadding or cellspacing set to anything so is going to default which is different with every browser, on average it&#039;s a bout 2 for the cells and 0 for table.&lt;br /&gt;
But one of your td widths is 750&lt;/p&gt;
&lt;p&gt;You can use CSS and HTML like you are but the table has to be one piece, or do the whole thing in CSS&lt;/p&gt;
&lt;p&gt;take  and  out of main as well&lt;/p&gt;
 </description>
     <pubDate>Tue, 14 Feb 2006 20:51:14 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1193387 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/2-coloumn-liquid-layout-problem#comment-1193363</link>
    <description> &lt;p&gt;Ok heres the solution:&lt;/p&gt;
&lt;p&gt;On the CSS I gave you. on the right tag make it like this...&lt;/p&gt;
&lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote:&lt;br /&gt;
 #rightcontent {&lt;br /&gt;
position:absolute;&lt;br /&gt;
left:67%;&lt;br /&gt;
}
&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;or on your css you edited:&lt;/p&gt;
&lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote:&lt;br /&gt;
 #right {&lt;br /&gt;
position:absolute;&lt;br /&gt;
left:67%;&lt;br /&gt;
}
&lt;/p&gt;&lt;/blockquote&gt;
 </description>
     <pubDate>Tue, 14 Feb 2006 16:28:26 +0000</pubDate>
 <dc:creator>demonhale</dc:creator>
 <guid isPermaLink="false">comment 1193363 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/2-coloumn-liquid-layout-problem#comment-1193362</link>
    <description> &lt;p&gt;Ahhhh Ok I see where the problem lies... You didnt mention You used tables...&lt;/p&gt;
&lt;p&gt;Anyways, the css I sent you are for a pure CSS layout... Hmm let me figure out your site for a while....&lt;/p&gt;
 </description>
     <pubDate>Tue, 14 Feb 2006 16:08:47 +0000</pubDate>
 <dc:creator>demonhale</dc:creator>
 <guid isPermaLink="false">comment 1193362 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/2-coloumn-liquid-layout-problem#comment-1193361</link>
    <description> &lt;p&gt;I have attached the html (home.txt) and css (main.txt) files. As you can see i have used the example code you sent me but yet again the tables move when the browser screen is re-sized&lt;/p&gt;
 </description>
     <pubDate>Tue, 14 Feb 2006 16:02:40 +0000</pubDate>
 <dc:creator>woodyl</dc:creator>
 <guid isPermaLink="false">comment 1193361 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/2-coloumn-liquid-layout-problem#comment-1193358</link>
    <description> &lt;p&gt;Actually it works for me, but I have the complete html that it works...&lt;br /&gt;
Ill give you a link to read...&lt;br /&gt;
&lt;a href=&quot;http://www.alistapart.com/stories/journey/&quot; class=&quot;bb-url&quot;&gt;http://www.alistapart.com/stories/journey/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;And heres the actual code I sent you as you can see on the site it works...&lt;br /&gt;
&lt;a href=&quot;http://glish.com/css/9.asp&quot; class=&quot;bb-url&quot;&gt;http://glish.com/css/9.asp&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Now theres three column if you decide to use one on that page...&lt;/p&gt;
 </description>
     <pubDate>Tue, 14 Feb 2006 15:47:46 +0000</pubDate>
 <dc:creator>demonhale</dc:creator>
 <guid isPermaLink="false">comment 1193358 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/2-coloumn-liquid-layout-problem#comment-1193356</link>
    <description> &lt;p&gt;Tried the code but still no luck im afraid. It seems the only way i can stop the tables from stacking on top of one another is to use fixed widths as opposed to percentages but then i get the problem with the extra white space depending on the resolution.&lt;/p&gt;
 </description>
     <pubDate>Tue, 14 Feb 2006 15:36:35 +0000</pubDate>
 <dc:creator>woodyl</dc:creator>
 <guid isPermaLink="false">comment 1193356 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/2-coloumn-liquid-layout-problem#comment-1193355</link>
    <description> &lt;p&gt;Sorry, my bad Lisa...Actually If you try to put the Ids on Css parts, there wouldnt be any spaces it will fill the whole page, you just need to adjust your paddings as desired... Did you try and use the css I gave you? The Top is where actually a banner is normally located, You can swap the left and right css tags to your liking...&lt;/p&gt;
 </description>
     <pubDate>Tue, 14 Feb 2006 15:24:46 +0000</pubDate>
 <dc:creator>demonhale</dc:creator>
 <guid isPermaLink="false">comment 1193355 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/2-coloumn-liquid-layout-problem#comment-1193353</link>
    <description> &lt;p&gt;Thanx for the help. Thats kind of the idea im looking for...except i dont want the white space to the right of the column, i d rather have the white space in between the two columns so when the resolution is changed to 1024 by 768 there isnt a massive gap to the right. Hope this makes sense. &lt;/p&gt;
&lt;p&gt;And its dudette by the way.&lt;/p&gt;
&lt;p&gt;Lisa&lt;/p&gt;
 </description>
     <pubDate>Tue, 14 Feb 2006 15:19:35 +0000</pubDate>
 <dc:creator>woodyl</dc:creator>
 <guid isPermaLink="false">comment 1193353 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/2-coloumn-liquid-layout-problem#comment-1193345</link>
    <description> &lt;p&gt;Here You Go dude, use these css with those ID&#039;s...&lt;/p&gt;
&lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote:&lt;br /&gt;
	body {&lt;br /&gt;
		margin:0px 0px 0px 0px;&lt;br /&gt;
		}&lt;/p&gt;
&lt;p&gt;	#leftcontent {&lt;br /&gt;
		float:left;&lt;br /&gt;
		width:67%;&lt;br /&gt;
		background:#fff;&lt;br /&gt;
		border-right:2px solid #000;&lt;br /&gt;
		border-bottom:2px solid #000;&lt;br /&gt;
		margin-right:15px;&lt;br /&gt;
		padding-bottom:20px;&lt;br /&gt;
		}&lt;/p&gt;
&lt;p&gt;	#top {&lt;br /&gt;
		float:left;&lt;br /&gt;
		width:100%;&lt;br /&gt;
		background:#fff;&lt;br /&gt;
		border-right:2px solid #000;&lt;br /&gt;
		border-bottom:2px solid #000;&lt;br /&gt;
		margin-right:15px;&lt;br /&gt;
		padding-bottom:20px;&lt;br /&gt;
		}&lt;/p&gt;
&lt;p&gt;	#rightcontent {&lt;br /&gt;
		}
&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Yes Right is blank...&lt;/p&gt;
 </description>
     <pubDate>Tue, 14 Feb 2006 14:49:39 +0000</pubDate>
 <dc:creator>demonhale</dc:creator>
 <guid isPermaLink="false">comment 1193345 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
