diff --git a/css/style.css b/css/style.css index 673259f..bba25c1 100644 --- a/css/style.css +++ b/css/style.css @@ -224,10 +224,6 @@ img border: 0px; } -body > #menu -{ - position: fixed; -} a:active, a:visited, a:link { @@ -243,7 +239,9 @@ a:hover #menu { - float: left; + position: absolute; + top: 100px; + left: 0; width: 150px; height: 100%; overflow: visible; @@ -272,7 +270,7 @@ a:hover #main { - width: 100%-150px; + width: 90%; margin-left: 150px; padding: 20px; height: 100%; @@ -280,7 +278,7 @@ a:hover #banner { - height: 100px; + height: 80px; color: white; text-transform: uppercase; padding: 10px 10px 10px 20px;