<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hello all --<br>
    <br>
    After some research, I tried enabled "Optimize CSS Files" in the
    Performance section of Drupal 6.&nbsp; Apparently that aggregates all of
    the stylesheets under IE
    (<a class="moz-txt-link-freetext" href="http://john.albin.net/css/ie-stylesheets-not-loading">http://john.albin.net/css/ie-stylesheets-not-loading</a>), and solves
    several IE-based CSS problems.&nbsp; Worked like the proverbial charm.<br>
    <br>
    Thanks again to all who offered suggestions.<br>
    <br>
    -- Darrell<br>
    <br>
    On 5/24/2012 4:28 PM, Darrell Eifert wrote:
    <blockquote cite="mid:4FBE99D0.2060405@hampton.lib.nh.us"
      type="cite">
      <meta content="text/html; charset=ISO-8859-1"
        http-equiv="Content-Type">
      Hello Luca --<br>
      <br>
      Thank you for the suggestion -- I attempted to force IE into
      'quirks' mode with an appropriate doctype declaration, but again,
      there seemed to be no change in the rendering.&nbsp; I should also
      mention that outside of the Front Page module, the code renders
      correctly in both IE and Firefox as a stand-alone&nbsp; web page.&nbsp;
      validator.w3.org/ does return errors, but I'm not sure how much is
      due to incorrect code and how much is due to an odd synergy
      between the raw code and&nbsp; Drupal / Front Page, which is set to
      'themed' mode so that I can make use of the header, footer, and
      blocks available from the master CTI-Flex / Zen theme.<br>
      <br>
      -- Darrell<br>
      <br>
      On 5/24/2012 12:30 PM, luca capra wrote:
      <blockquote cite="mid:4FBE6225.90704@gmail.com" type="cite">
        <meta content="text/html; charset=ISO-8859-1"
          http-equiv="Content-Type">
        Il 24/05/2012 15:45, Darrell Eifert ha scritto:
        <blockquote cite="mid:4FBE3B6E.8050505@hampton.lib.nh.us"
          type="cite">
          <meta http-equiv="content-type" content="text/html;
            charset=ISO-8859-1">
          Hi Folks --<br>
          <br>
          I'm hoping someone familiar with the 'Front Page' Drupal
          module can offer a suggestion.&nbsp; We are using Front Page to
          provide a custom formatted splash page for our library users.&nbsp;
          The problem is that code designed to display text inside a
          green column next to an iframe with Google Calendar centered
          between an left and right column of standard themed blocks is
          rendered differently on IE (all versions) than Firefox /
          Safari / Chrome. I'm using the following initial code:<br>
          <br>
          <div class="codeblock"><code>&lt;HTML&gt;<br>
              &lt;HEAD&gt;<br>
              &lt;TITLE&gt;Lane Memorial Library, Hampton,
              NH&lt;/TITLE&gt;<br>
              &lt;/head&gt;<br>
              &lt;STYLE type="text/css"&gt;<br>
              div#c1 {<br>
              float:left;<br>
              width:260px;<br>
              height:800px;<br>
              background-color:#b3e0b8;<br>
              border:2px solid #dce7d5;<br>
              color:black;<br>
              padding:10px;<br>
              }<br>
              <br>
              div#c2 {<br>
              float:right;<br>
              }<br>
            </code></div>
          <br>
        </blockquote>
        I think it is rendered in quirks mode, try to validate the code
        first: validator.w3.org/<br>
        <br>
        <fieldset class="mimeAttachmentHeader"></fieldset>
        <br>
      </blockquote>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
    </blockquote>
  </body>
</html>