Update of /var/cvs/html/mmbase/admin
In directory james.mmbase.org:/tmp/cvs-serv17542/admin

Modified Files:
        index.jsp 
Log Message:
msie issues with png


See also: http://cvs.mmbase.org/viewcvs/html/mmbase/admin


Index: index.jsp
===================================================================
RCS file: /var/cvs/html/mmbase/admin/index.jsp,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -b -r1.31 -r1.32
--- index.jsp   23 Apr 2008 08:10:16 -0000      1.31
+++ index.jsp   13 Jun 2008 12:18:52 -0000      1.32
@@ -5,8 +5,8 @@
 
   <!-- actually just to help some browsers: -->
   <jsp:output doctype-root-element="html"
-              doctype-public="-//W3C//DTD XHTML 1.1 Strict//EN"
-              
doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml11-strict.dtd"/>
+              doctype-public="-//W3C//DTD XHTML 1.1//EN"
+              doctype-system="http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"/>
 
   <mm:content expires="0"
               type="application/xhtml+xml"
@@ -22,7 +22,9 @@
         <mm:formatter xslt="xslt/framework/head.xslt" escape="none">
           <head>
             <title>MMBase<mm:present referid="category"> - <mm:write 
referid="category" /></mm:present><mm:present referid="block"> : <mm:write 
referid="block" /></mm:present></title>
-
+            <style type="text/css"> /* for MSIE compatibility */
+            img { behavior: 
url("${mm:link('/mmbase/style/pngbehavior.htc')}"); }
+            </style>
             <mm:link page="/mmbase/admin/css/admin.css">
               <link rel="stylesheet" href="${_}" type="text/css" />
             </mm:link>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to