+footer image-button "Made with CSS"
authorshort <>
Fri, 26 Apr 2002 10:00:51 +0000 (10:00 +0000)
committershort <>
Fri, 26 Apr 2002 10:00:51 +0000 (10:00 +0000)
common.php

index 93df63c..655c7ed 100644 (file)
@@ -668,12 +668,15 @@ function footer($delimit=true)
        ?>
 <hr />
 <table border="0" width="100%">
-<tr><td align="left"><span class="cvs-id"><?php print($cvs_id_html); ?></span></td><td align="right"><?php
+<tr class="footer"><td align="left"><span class="cvs-id"><?php print($cvs_id_html); ?></span></td><td align="right"><?php
                        print(""
                                        .a_href("http://validator.w3.org/check?$uri",
                                                        img($energie_base."img/valid-xhtml11.".(image_supported("image/png") ? "png" : "gif"),"Valid XHTML 1.1!"))
                                        .a_href("http://jigsaw.w3.org/css-validator/validator?warning=2&profile=css2&$uri",
                                                        img($energie_base."img/vcss."         .(image_supported("image/png") ? "png" : "gif"),"Valid CSS!"))
+                                       // missing trailing '/' is required by http://www.w3.org/Style/CSS/Buttons/Menu #<li> 4
+                                       .a_href("http://www.w3.org/Style/CSS/Buttons",'<span style="background-color: #ffcc66;">'
+                                                       .img($energie_base."img/mwcts."        .(image_supported("image/png") ? "png" : "gif"),"Made with CSS").'</span>')
                                        );
                        ?></td></tr>
 </table>
@@ -733,6 +736,7 @@ body {
 :link    { color: aqua;   background-color: transparent; }
 :visited { color: teal;   background-color: transparent; }
 h1,h2    { color: yellow; background-color: transparent; }
+.footer img { vertical-align: middle; }
 <?php
                if (isset($head_css))
                        print(trim($head_css)."\n");