Hi Folks --
I'm hoping someone familiar with the 'Front Page' Drupal
module can offer a suggestion. We are using Front Page to
provide a custom formatted splash page for our library users.
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:
<HTML>
<HEAD>
<TITLE>Lane Memorial Library, Hampton,
NH</TITLE>
</head>
<STYLE type="text/css">
div#c1 {
float:left;
width:260px;
height:800px;
background-color:#b3e0b8;
border:2px solid #dce7d5;
color:black;
padding:10px;
}
div#c2 {
float:right;
}
I think it is rendered in quirks mode, try to validate the code
first: validator.w3.org/