examples/form/htmledit.html
authorAlan Knowles <alan@roojs.com>
Wed, 31 Aug 2011 05:04:33 +0000 (13:04 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 31 Aug 2011 05:04:33 +0000 (13:04 +0800)
examples/form/htmledit.html

index 11bc1a2..8c936dd 100644 (file)
         {
             border:4px solid #CCCCCC;
             padding:5px 0pt 5px 10px;
-        } 
+        }
+        
+        
+        /** used in the example for pulldown styles **/
+        
+        TD.underline
+        {
+            border-bottom: 1px solid #222;
+        }
+        TD.double-underline
+        {
+            border-bottom: 1px  groove #222;
+        }
+        .headline
+        {
+            color: red;
+        }
+        
+        
         </style>
     </head>
     <body>