Enlightenment CVS committal

Author  : raster
Project : web
Module  : e

Dir     : web/e/config


Modified Files:
        end top 


Log Message:


and a nice skyline/tree at the bottom - works on ie and moz.

===================================================================
RCS file: /cvsroot/enlightenment/web/e/config/end,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -3 -r1.13 -r1.14
--- end 29 Jan 2004 11:52:02 -0000      1.13
+++ end 6 Jul 2004 04:26:26 -0000       1.14
@@ -4,3 +4,4 @@
 </td>
 </tr></table>
 </div> <!-- Close the content div -->
+<div id="bottom" style="width:100%; background-image:url('i/bottom.png'); 
background-repeat:no-repeat; background-position:'left bottom';"><img 
src=img/blank.gif width=120 height=120></div>
===================================================================
RCS file: /cvsroot/enlightenment/web/e/config/top,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- top 5 Mar 2004 22:01:04 -0000       1.12
+++ top 6 Jul 2004 04:26:26 -0000       1.13
@@ -9,6 +9,27 @@
   <link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
   <meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
   <style type="text/css">img {behavior: url("png.htc");} </style>
+  <script language="JavaScript" type="text/javascript">
+  <!--
+    var supported = /MSIE (5\.5)|[6789]/.test(navigator.userAgent) && 
navigator.platform == "Win32";
+
+    function adjust()
+    {
+      var object;
+      
+      if (!supported) return;
+      object = document.getElementById("bottom");
+      adjust_obj(object, "i/bottom.png");
+    }
+    function adjust_obj(object, img)
+    {
+      object.style.background = "url(img/blank.gif)";
+      object.runtimeStyle.filter = 
"progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + img + "', 
sizingMethod='crop');";
+    }
+  -->
+  </script>  
 </head>
 
-<body>
+<body
+onLoad="adjust();"
+>




-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to