Add another layer of tables to the top banner, for IE's benefit.
authorMike Taylor <mike@indexdata.com>
Thu, 26 Apr 2007 14:38:37 +0000 (14:38 +0000)
committerMike Taylor <mike@indexdata.com>
Thu, 26 Apr 2007 14:38:37 +0000 (14:38 +0000)
web/htdocs/chrome/layout.mc

index e52264b..beef6ac 100644 (file)
@@ -1,4 +1,4 @@
-%# $Id: layout.mc,v 1.28 2007-04-17 08:41:07 mike Exp $
+%# $Id: layout.mc,v 1.29 2007-04-26 14:38:37 mike Exp $
 <%args>
 $debug => undef
 $title
@@ -25,6 +25,9 @@ use ZOOM::IRSpy::Utils qw(isodate xml_encode cql_target cql_quote
  <body>
   <table border="0" cellpadding="0" cellspacing="0" width="100%">
    <tr class="banner">
+    <td>
+     <table width="100%">
+      <tr>
     <td align="left">
      <br/>
      <h1><a class="logo" href="/">IRSpy</a></h1>
@@ -33,6 +36,9 @@ use ZOOM::IRSpy::Utils qw(isodate xml_encode cql_target cql_quote
      <br/>
      <h1 class="title"><% xml_encode($title) %></h1>
     </td>
+      </table>
+     </tr>
+    </td>
    </tr>
   </table>
   <table border="0" cellpadding="0" cellspacing="0" width="100%">