|
From: mdw c. <myd...@li...> - 2001-12-18 10:29:00
|
MyDynaWeb CVS committal
Author : sukria
Project : mydynaweb
Module : htdocs
Dir : mydynaweb/htdocs/templates/dynadot
Modified Files:
main.html
Log Message:
some updates to integrate layer.js in templates
===================================================================
RCS file: /cvsroot/mydynaweb/mydynaweb/htdocs/templates/dynadot/main.html,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- main.html 2001/11/07 14:13:53 1.11
+++ main.html 2001/12/18 10:28:29 1.12
@@ -3,9 +3,26 @@
"http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
<html>
<head>
+<script src="templates/dynadot/layer.js"></script>
<title>~SITE_TITLE~</title>
<style type="text/css">
-
+
+ #layerIn {
+ top: 100px;
+ width: 400px;
+ height: 340px;
+ border: 1px solid #666666;
+ background-color: #dddddd;
+ text-align: center;
+ }
+ #layerIn img{
+ border: 1px solid #000000;
+ }
+ #layerIn a:hover {
+ border: 0px;
+ }
+
+
A {
text-decoration: none;
color : #006666;
@@ -179,7 +196,7 @@
The current HTML output has been made from the famous <b><a href="http://www.slashdot.org" target="out">Slashdot</a></b> site.
</font>
</center>
-
+~LAYER~
</body>
</html>
|