IE
authordavyd <davyd>
Sat, 7 Feb 2004 15:06:16 +0000 (15:06 +0000)
committerdavyd <davyd>
Sat, 7 Feb 2004 15:06:16 +0000 (15:06 +0000)
header.html
planet.css

index 447ba93..81d89b8 100644 (file)
@@ -1,2 +1,4 @@
+<p>
+</p>
 <img class="title" src="title.png" alt="Planet UCC" />
 <img class="logo" src="ucc.png" alt="UCC Logo" />
index de79b98..c942c1b 100644 (file)
@@ -1,15 +1,21 @@
-.header {
+/* .header {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 75px;
        background-color: black;
-}
+} */
 
 .header p {
+       position: absolute;
        background-color: black;
        color: black;
+       top: 0;
+       left: 0;
+       right: 0;
+       height: 75px;
+       margin: 0;
 }
 
 .header img.title {
 }
 
 .header img.logo {
-/*     position: absolute; */
-       float: right;
+       position: absolute;
        top: 0;
-/*     right: 0; */
+       right: 0;
 }
 
 .sidebar {

UCC git Repository :: git.ucc.asn.au