<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1029096" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1029096</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/stuck-css#comment-1170951</link>
    <description> &lt;p&gt;That&#039;s ok then, sorry for lecturing!&lt;/p&gt;
 </description>
     <pubDate>Wed, 11 May 2005 23:24:51 +0000</pubDate>
 <dc:creator>JeevesBond</dc:creator>
 <guid isPermaLink="false">comment 1170951 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/stuck-css#comment-1170921</link>
    <description> &lt;p&gt;I generally don&#039;t name id&#039;s by position, in this case it just made it easy to understand.&lt;br /&gt;
But I did learn this the hard way, lucky it was only a small site.&lt;/p&gt;
 </description>
     <pubDate>Wed, 11 May 2005 14:32:19 +0000</pubDate>
 <dc:creator>syawilim</dc:creator>
 <guid isPermaLink="false">comment 1170921 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/stuck-css#comment-1170900</link>
    <description> &lt;p&gt;Glad to hear your problem has been sorted... Floats can be very confusing!&lt;/p&gt;
&lt;p&gt;One other thing: You shouldn&#039;t really refer to elements as by their positioning or formatting, doing this negates the purpose of XHTML/CSS and what happens if one of those divs is positioned along the top of the page? As soon as you make a change all your id&#039;s need to be changed - a nightmare! &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/big.png&quot; title=&quot;Laughing out loud&quot; alt=&quot;Laughing out loud&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Wed, 11 May 2005 11:54:25 +0000</pubDate>
 <dc:creator>JeevesBond</dc:creator>
 <guid isPermaLink="false">comment 1170900 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/stuck-css#comment-1170892</link>
    <description> &lt;p&gt;Sorry I had been looking at it for too long and just didn&#039;t see it. You were right clear:both after the end of the right div. I had already tryed this many times without achieving the desired result, but I must have been dropping the tag in the wrong spot.&lt;/p&gt;
&lt;p&gt;Thanks for your help.&lt;/p&gt;
 </description>
     <pubDate>Wed, 11 May 2005 00:59:13 +0000</pubDate>
 <dc:creator>syawilim</dc:creator>
 <guid isPermaLink="false">comment 1170892 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/stuck-css#comment-1170704</link>
    <description> &lt;p&gt;What? Did you try my code? I viewed it in Firefox and IE. It works just fine.&lt;/p&gt;
 </description>
     <pubDate>Sat, 07 May 2005 05:06:12 +0000</pubDate>
 <dc:creator>Renegade</dc:creator>
 <guid isPermaLink="false">comment 1170704 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/stuck-css#comment-1170702</link>
    <description> &lt;p&gt;It is the main div that I am having trouble with. The left and right divs are nested inside it but it has no height setting but when I put a lot of text into the right div it extends out the bootom of the main div. It works fine in IE but Firefox is the problem.&lt;/p&gt;
 </description>
     <pubDate>Sat, 07 May 2005 00:04:25 +0000</pubDate>
 <dc:creator>syawilim</dc:creator>
 <guid isPermaLink="false">comment 1170702 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/stuck-css#comment-1170509</link>
    <description> &lt;p&gt;if that doesn&#039;t work you might want to try the #right id in a span tag rather than a div.&lt;/p&gt;
 </description>
     <pubDate>Mon, 02 May 2005 22:25:06 +0000</pubDate>
 <dc:creator>Assassin</dc:creator>
 <guid isPermaLink="false">comment 1170509 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/stuck-css#comment-1170481</link>
    <description> &lt;p&gt;You had two problems:&lt;/p&gt;
&lt;p&gt;1, You had set a height to #main and #right, if you want things to fit properly &lt;strong&gt;inside&lt;/strong&gt; something, don&#039;t set a height to them.&lt;/p&gt;
&lt;p&gt;2, Since you have floated everything, you need a block level element &lt;strong&gt;after&lt;/strong&gt; you block of floats to make things look &quot;right.&quot; This can be done by making an invisible DIV and setting &quot;clear:both;&quot; to it in the CSS.&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;!DOCTYPE html PUBLIC &amp;quot;-//W3C//DTD XHTML 1.0 Transitional//EN&amp;quot; &amp;quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;html xmlns=&amp;quot;http://www.w3.org/1999/xhtml&amp;quot; xml:lang=&amp;quot;en&amp;quot; lang=&amp;quot;en&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;head&amp;gt;&lt;br /&gt;&amp;lt;style type=&amp;quot;text/css&amp;quot;&amp;gt;&lt;br /&gt;#main {&lt;br /&gt;	width: 720px;&lt;br /&gt;	border: 1px solid #000000;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;#left {&lt;br /&gt;	float: left;&lt;br /&gt;	width: 300px;&lt;br /&gt;	max-height: 300px;&lt;br /&gt;	margin: 0;&lt;br /&gt;	padding: 0;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;#right {&lt;br /&gt;&amp;nbsp; position: relative;&lt;br /&gt;	float: left;&lt;br /&gt;	text-align: left;&lt;br /&gt;	width: 400px;&lt;br /&gt;	min-height: 280px;&lt;br /&gt;	margin: 0 0 0 10px;&lt;br /&gt;	padding: 0px 0px 10px 0px;&lt;br /&gt;}&lt;br /&gt;&amp;lt;/style&amp;gt;&lt;br /&gt;&amp;lt;title&amp;gt;&amp;lt;/title&amp;gt;&lt;br /&gt;&amp;lt;/head&amp;gt;&lt;br /&gt;&amp;lt;body&amp;gt;&lt;br /&gt;&amp;lt;div id=&amp;quot;main&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;div id=&amp;quot;left&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;image.jpg&amp;quot; width=&amp;quot;300&amp;quot; height=&amp;quot;300&amp;quot; border=&amp;quot;0&amp;quot; alt=&amp;quot;&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;div id=&amp;quot;right&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;h1&amp;gt;Heading 1&amp;lt;/h1&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;h2&amp;gt;Heading 2&amp;lt;/h2&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;p&amp;gt;Text.&amp;lt;/p&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;h2&amp;gt;Heading 2&amp;lt;/h2&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;p&amp;gt;Text.&amp;lt;/p&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;h2&amp;gt;Heading 2&amp;lt;/h2&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;p&amp;gt;Text.&amp;lt;/p&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;h2&amp;gt;Heading 2&amp;lt;/h2&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;p&amp;gt;Text.&amp;lt;/p&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;h2&amp;gt;Heading 2&amp;lt;/h2&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;p&amp;gt;Text.&amp;lt;/p&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;h2&amp;gt;Heading 2&amp;lt;/h2&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;p&amp;gt;Text.&amp;lt;/p&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;h2&amp;gt;Heading 2&amp;lt;/h2&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;p&amp;gt;Text.&amp;lt;/p&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;h2&amp;gt;Heading 2&amp;lt;/h2&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;p&amp;gt;Text.&amp;lt;/p&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;h2&amp;gt;Heading 2&amp;lt;/h2&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;p&amp;gt;Text.&amp;lt;/p&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;h2&amp;gt;Heading 2&amp;lt;/h2&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;p&amp;gt;Text.&amp;lt;/p&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;h2&amp;gt;Heading 2&amp;lt;/h2&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;p&amp;gt;Text.&amp;lt;/p&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;h2&amp;gt;Heading 2&amp;lt;/h2&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;p&amp;gt;Text.&amp;lt;/p&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;h2&amp;gt;Heading 2&amp;lt;/h2&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;p&amp;gt;Text.&amp;lt;/p&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/div&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;div style=&amp;quot;position:relative;clear:both;&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&amp;lt;/body&amp;gt;&lt;br /&gt;&amp;lt;/html&amp;gt;&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;Hope that helped &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Mon, 02 May 2005 10:14:01 +0000</pubDate>
 <dc:creator>Renegade</dc:creator>
 <guid isPermaLink="false">comment 1170481 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
