<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1049939" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1049939</link>
    <description></description>
    <language>en</language>
          <item>
    <title>Thanks for the reply. Managed</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/making-page-adapt-monitor-resolution#comment-1265071</link>
    <description> &lt;p&gt;Thanks for the reply. Managed to do what I had to do.&lt;/p&gt;
 </description>
     <pubDate>Sat, 14 May 2011 20:01:41 +0000</pubDate>
 <dc:creator>aditd</dc:creator>
 <guid isPermaLink="false">comment 1265071 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>As Megan says:
HTML&lt;div</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/making-page-adapt-monitor-resolution#comment-1264854</link>
    <description> &lt;p&gt;As Megan says:&lt;/p&gt;
&lt;p&gt;HTML&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;div id=&amp;quot;main&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;!-- your main content here --&amp;gt;&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&amp;lt;div id=&amp;quot;sidebar&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;!-- your subsidiary content here --&amp;gt;&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;/code&gt;&lt;/div&gt;&lt;br /&gt;
CSS&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;#main {&lt;br /&gt;&amp;nbsp; float: left;&lt;br /&gt;&amp;nbsp; width: 80%;&lt;br /&gt;}&lt;br /&gt;#sidebar {&lt;br /&gt;&amp;nbsp; overflow: hidden;&lt;br /&gt;&amp;nbsp; zoom: 1;&lt;br /&gt;}&lt;/code&gt;&lt;/div&gt;&lt;br /&gt;
Important: No padding on #main - put a DIV inside for that. No width on #sidebar - this code makes it fill the remaining 20%, so padding is okay.&lt;/p&gt;
&lt;p&gt;HTH&lt;/p&gt;
 </description>
     <pubDate>Tue, 10 May 2011 16:28:15 +0000</pubDate>
 <dc:creator>webwiz</dc:creator>
 <guid isPermaLink="false">comment 1264854 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>No, no, you can just use</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/making-page-adapt-monitor-resolution#comment-1264816</link>
    <description> &lt;p&gt;No, no, you can just use percentages in the widths of your div&#039;s instead of pixel widths. just be careful about adding margins or paddings to those div&#039;s in pixels - it will mess up the widths. You could even try doing margins and paddings as percentages.&lt;/p&gt;
&lt;p&gt;You could consider putting a max-width in pixels on the containing div, if you want to prevent the layout from becoming too stretched out on large monitors.&lt;/p&gt;
 </description>
     <pubDate>Tue, 10 May 2011 01:40:08 +0000</pubDate>
 <dc:creator>Megan</dc:creator>
 <guid isPermaLink="false">comment 1264816 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
