<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1037007" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1037007</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/sudden-wordpress-css-problem#comment-1213478</link>
    <description> &lt;p&gt;IE is a nasty piece of pasty when it comes to floats. For each floating element, use display: inline; This is especially the case for % widths in IE.&lt;/p&gt;
&lt;p&gt;If that doesn&#039;t help, can you re-enable the posts which knock it out of place? I can&#039;t really tell the problem from just staring at the CSS.&lt;/p&gt;
&lt;p&gt;Btw, you might want to check out combining your properties using the CSS2 shorthand technique. Additionally, you can use &lt;a href=&quot;http://flumpcakes.co.uk/css/optimiser/&quot; class=&quot;bb-url&quot;&gt;Flumpcakes CSS Optimiser&lt;/a&gt; to cut your CSS down.&lt;/p&gt;
 </description>
     <pubDate>Sat, 13 Jan 2007 11:00:18 +0000</pubDate>
 <dc:creator>mik-crap</dc:creator>
 <guid isPermaLink="false">comment 1213478 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/sudden-wordpress-css-problem#comment-1213420</link>
    <description> &lt;p&gt;You must have missed my note above where I said the only tags in the new posts were  and &lt;a&gt;&lt;/a&gt;. Thanks for the attempt, though.&lt;/p&gt;
 </description>
     <pubDate>Fri, 12 Jan 2007 15:07:07 +0000</pubDate>
 <dc:creator>timjpriebe</dc:creator>
 <guid isPermaLink="false">comment 1213420 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/sudden-wordpress-css-problem#comment-1213160</link>
    <description> &lt;p&gt;I have read this late but maybe I can add some more ideas. If you&#039;ve checked all tags are closed properly, last thing you should check are width adjustments on the posts. Sometimes if we use &quot;float&quot; on images on posts, it makes the layout go haywire. Also check for some posts with tables, sometimes, improper table tags make the posts nudge also. I hope I can see the old problem...&lt;/p&gt;
 </description>
     <pubDate>Mon, 08 Jan 2007 06:32:23 +0000</pubDate>
 <dc:creator>demonhale</dc:creator>
 <guid isPermaLink="false">comment 1213160 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/sudden-wordpress-css-problem#comment-1212629</link>
    <description> &lt;p&gt;Well, that didn&#039;t fix it. I ended up going into the CSS file and just lowering one particular width until it worked. I would have rather figured out exactly what caused it and try to fix the source of the problem. But sometimes you just have to get these things working ASAP.&lt;/p&gt;
&lt;p&gt;Thanks for the suggestions, guys.&lt;/p&gt;
 </description>
     <pubDate>Fri, 22 Dec 2006 15:41:33 +0000</pubDate>
 <dc:creator>timjpriebe</dc:creator>
 <guid isPermaLink="false">comment 1212629 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/sudden-wordpress-css-problem#comment-1212628</link>
    <description> &lt;p&gt;The other thing you might want to try is putting in a strict doctype. Under a transitional doctype IE is in quirks mode and is using the old (broken) box model. If you put it into strict it will at least be rednering in standards mode.&lt;/p&gt;
&lt;p&gt;This is why I think it&#039;s so important to use a strict doctype - avoiding quirks mode where weird things could happen.&lt;/p&gt;
 </description>
     <pubDate>Fri, 22 Dec 2006 15:28:14 +0000</pubDate>
 <dc:creator>Megan</dc:creator>
 <guid isPermaLink="false">comment 1212628 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/sudden-wordpress-css-problem#comment-1212625</link>
    <description> &lt;p&gt;I actually asked him how long that Blogroll had been on there, and he said since the beginning. I&#039;ll go ahead and try to fix it just in case...&lt;/p&gt;
 </description>
     <pubDate>Fri, 22 Dec 2006 15:12:09 +0000</pubDate>
 <dc:creator>timjpriebe</dc:creator>
 <guid isPermaLink="false">comment 1212625 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/sudden-wordpress-css-problem#comment-1212594</link>
    <description> &lt;p&gt;It seems to be a problem with your navigation lists:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;li&amp;gt;&amp;lt;a href=&amp;quot;http://www.myrealmarriage.com/blog/?cat=7&amp;quot; title=&amp;quot;View all posts filed under REAL Love Notes Tips&amp;quot;&amp;gt;REAL Love Notes Tips&amp;lt;/a&amp;gt; (25)&amp;lt;/li&amp;gt;&lt;br /&gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;&amp;lt;li id=&amp;quot;linkcat-1&amp;quot;&amp;gt;&amp;lt;h2&amp;gt;Blogroll&amp;lt;/h2&amp;gt;&lt;br /&gt;&amp;lt;ul&amp;gt;&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;Seems like you have closed off a
&lt;ul&gt; but added a
&lt;li&gt;.&lt;/li&gt;&lt;/ul&gt;&lt;/p&gt;
&lt;p&gt;HTML validator picked it up &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;
&lt;p&gt;&lt;a href=&quot;http://validator.w3.org/check?uri=http%3A%2F%2Fwww.myrealmarriage.com%2Fblog%2F&amp;amp;charset=%28detect+automatically%29&amp;amp;doctype=Inline&amp;amp;ss=1&amp;amp;verbose=1&quot; class=&quot;bb-url&quot;&gt;http://validator.w3.org/check?uri=http%3A%2F%2Fwww.myrealmarriage.com%2Fblog%2F&amp;amp;charset=%28detect+automatically%29&amp;amp;doctype=Inline&amp;amp;ss=1&amp;amp;verbose=1&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Fri, 22 Dec 2006 04:29:53 +0000</pubDate>
 <dc:creator>Renegade</dc:creator>
 <guid isPermaLink="false">comment 1212594 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/sudden-wordpress-css-problem#comment-1212590</link>
    <description> &lt;p&gt;The only tags in the posts themselves are the  and &lt;a&gt;&lt;/a&gt;, as far as I can tell. If there&#039;s any issues, it doesn&#039;t seem to be the posts themselves, but somehow the generated code. Which is what confuses me, since it didn&#039;t happen until that one post, but then it happens for every post since then.&lt;/p&gt;
 </description>
     <pubDate>Fri, 22 Dec 2006 03:54:50 +0000</pubDate>
 <dc:creator>timjpriebe</dc:creator>
 <guid isPermaLink="false">comment 1212590 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/sudden-wordpress-css-problem#comment-1212580</link>
    <description> &lt;p&gt;Have you tried validating the page for CSS and HTML? Perhaps that would help in identifying any code strangeness. I bet the client has forgotten to close a tag or attribute somewhere or something &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/wink.png&quot; title=&quot;Wink&quot; alt=&quot;Wink&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Thu, 21 Dec 2006 22:13:15 +0000</pubDate>
 <dc:creator>andy206uk</dc:creator>
 <guid isPermaLink="false">comment 1212580 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
