<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1037506" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1037506</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/ie-layout-problem#comment-1215069</link>
    <description> &lt;p&gt;If you changed the spans on that area to divs that would also work in this case, but semantically, it would be better to use a div to wrap multiple tags wouldn&#039;t it?...&lt;/p&gt;
&lt;p&gt;Just remember spans are useful for specific element formatting, see w3c.org...&lt;/p&gt;
 </description>
     <pubDate>Wed, 14 Feb 2007 02:56:16 +0000</pubDate>
 <dc:creator>demonhale</dc:creator>
 <guid isPermaLink="false">comment 1215069 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/ie-layout-problem#comment-1215044</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;demonhale;215006 wrote:&lt;/strong&gt; Let me help you out... See you can&#039;t have an &quot;image&quot; tag hanging with a &quot;span&quot; inside a single div. IE doesn&#039;t understand it... (I checked and there are errors for IE)...
&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;You are a genius.  I had never heard that rule before, and that totally fixed it with ease.  Thank you!&lt;/p&gt;
&lt;p&gt;For the record, if I had (for some unknown reason) decided to put the second part in a div instead of a span, would that have been a problem?  Now I&#039;m trying to figure out if there&#039;s ever a need to use  instead of  in the first place, but that&#039;s a whole &#039;nother ball of wax.&lt;/p&gt;
 </description>
     <pubDate>Tue, 13 Feb 2007 14:17:36 +0000</pubDate>
 <dc:creator>fifeclub</dc:creator>
 <guid isPermaLink="false">comment 1215044 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/ie-layout-problem#comment-1215041</link>
    <description> &lt;p&gt;Thank you Roo!  I learn something new every day!&lt;/p&gt;
 </description>
     <pubDate>Tue, 13 Feb 2007 13:37:51 +0000</pubDate>
 <dc:creator>Brooke</dc:creator>
 <guid isPermaLink="false">comment 1215041 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/ie-layout-problem#comment-1215019</link>
    <description> &lt;p&gt;Brooke,&lt;/p&gt;
&lt;p&gt;The image tag has to be written that way when using XHTML. All tags get closed in XHTML and the way you close tags that were not closed in HTML 4X is like that:&lt;/p&gt;
&lt;p&gt;Line breaks get closed too:&lt;/p&gt;
&lt;p&gt;meta tags also get the space and the /&amp;gt; added to them.&lt;/p&gt;
 </description>
     <pubDate>Tue, 13 Feb 2007 06:57:30 +0000</pubDate>
 <dc:creator>Roo</dc:creator>
 <guid isPermaLink="false">comment 1215019 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/ie-layout-problem#comment-1215006</link>
    <description> &lt;p&gt;Let me help you out... See you can&#039;t have an &quot;image&quot; tag hanging with a &quot;span&quot; inside a single div. IE doesn&#039;t understand it... (I checked and there are errors for IE)...&lt;/p&gt;
&lt;p&gt;The solution is to wrap an image with a div and declare it&#039;s height, forcing it to position itself properly...&lt;/p&gt;
&lt;p&gt;Don&#039;t touch the CSS, it&#039;s ok... Just see your html...&lt;/p&gt;
&lt;p&gt;Heres a before and after shot:&lt;/p&gt;
&lt;p&gt;Just below the  tag...&lt;/p&gt;
&lt;p&gt;&lt;del&gt;Before&lt;/del&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;div id=&amp;quot;container&amp;quot;&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;div id=&amp;quot;header&amp;quot;&amp;gt;&lt;br /&gt;	&amp;lt;img src=&amp;quot;/graphics/headers/rotator.php&amp;quot; width=&amp;quot;900&amp;quot; height=&amp;quot;150&amp;quot; alt=&amp;quot;&amp;quot;&amp;nbsp; /&amp;gt;&lt;br /&gt;	&amp;lt;span style=&amp;quot;position:absolute; top: 94px; left: 20px&amp;quot;&amp;gt;Mike Sussman&amp;lt;/span&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;div id=&amp;quot;menu&amp;quot;&amp;gt;&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;Add this&lt;br /&gt;
&lt;del&gt;After&lt;/del&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;div id=&amp;quot;container&amp;quot;&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;div id=&amp;quot;header&amp;quot;&amp;gt;&lt;br /&gt;	&amp;lt;strong&amp;gt;&amp;lt;div style=&amp;quot;height:150px;&amp;quot;&amp;gt;&amp;lt;/strong&amp;gt;&amp;lt;img src=&amp;quot;/graphics/headers/rotator.php&amp;quot; width=&amp;quot;900&amp;quot; height=&amp;quot;150&amp;quot; alt=&amp;quot;&amp;quot;&amp;nbsp; /&amp;gt;&amp;lt;strong&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/strong&amp;gt;&lt;br /&gt;	&amp;lt;span style=&amp;quot;position:absolute; top: 94px; left: 20px&amp;quot;&amp;gt;Mike Sussman&amp;lt;/span&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;div id=&amp;quot;menu&amp;quot;&amp;gt;&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;Everything is fixed after that...&lt;/p&gt;
 </description>
     <pubDate>Tue, 13 Feb 2007 02:21:08 +0000</pubDate>
 <dc:creator>demonhale</dc:creator>
 <guid isPermaLink="false">comment 1215006 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/ie-layout-problem#comment-1214963</link>
    <description> &lt;p&gt;Hey - try removing the space and the / after alt=&quot;&quot; in this line:&lt;/p&gt;
&lt;p&gt;	&lt;img src=&quot;/graphics/headers/rotator.php&quot; width=&quot;900&quot; height=&quot;150&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;
&lt;p&gt;use this:&lt;br /&gt;
	&lt;img src=&quot;/graphics/headers/rotator.php&quot; width=&quot;900&quot; height=&quot;150&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Mon, 12 Feb 2007 17:31:08 +0000</pubDate>
 <dc:creator>Brooke</dc:creator>
 <guid isPermaLink="false">comment 1214963 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
