summaryrefslogtreecommitdiffstats
path: root/notFinishedCode/web/css/tableCSS.css
diff options
context:
space:
mode:
Diffstat (limited to 'notFinishedCode/web/css/tableCSS.css')
-rw-r--r--notFinishedCode/web/css/tableCSS.css22
1 files changed, 21 insertions, 1 deletions
diff --git a/notFinishedCode/web/css/tableCSS.css b/notFinishedCode/web/css/tableCSS.css
index e404064..e274f5f 100644
--- a/notFinishedCode/web/css/tableCSS.css
+++ b/notFinishedCode/web/css/tableCSS.css
@@ -5,7 +5,27 @@ URL: http://www.alvit.de/vf
-------------------------------------------------------
*/
- html { height: 100%; }
+ html {
+ height: 100%;
+ }
+ #main {
+ float: left;
+ width: 350px;
+ }
+ #sidebar
+ {
+ float: left;
+ width: 700px;
+ }
+ #footer
+ {
+ position: absolute;
+ bottom: 90px;
+ padding-top: 0px;
+ padding-right: 2px;
+ padding-left: 210px;
+ border: 1px solid black;
+ }
body {
background-color: #F0F0F0;
font-family: verdana, verdana, ariel;