From ee30a74b5fc4afd2ea9b4a915d3c1463dd698bad Mon Sep 17 00:00:00 2001 From: davyd Date: Sat, 7 Feb 2004 15:06:16 +0000 Subject: [PATCH] IE --- header.html | 2 ++ planet.css | 15 ++++++++++----- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/header.html b/header.html index 447ba93..81d89b8 100644 --- a/header.html +++ b/header.html @@ -1,2 +1,4 @@ +

+

Planet UCC diff --git a/planet.css b/planet.css index de79b98..c942c1b 100644 --- a/planet.css +++ b/planet.css @@ -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 { @@ -19,10 +25,9 @@ } .header img.logo { -/* position: absolute; */ - float: right; + position: absolute; top: 0; -/* right: 0; */ + right: 0; } .sidebar { -- 2.20.1