[support] "Front Page" module - IE vs Firefox / Safari / Chrome

luca capra luca.capra at gmail.com
Thu May 24 16:30:29 UTC 2012


Il 24/05/2012 15:45, Darrell Eifert ha scritto:
> 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/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.drupal.org/pipermail/support/attachments/20120524/366a78b8/attachment-0001.html 


More information about the support mailing list